Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hdiCameraDevice_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_device.cpp
180
CHECK_ERROR_RETURN_RET(
hdiCameraDevice_
== nullptr, CAMERA_OK);
in ResetDeviceSettings()
181
hdiCameraDeviceV1_2 = HDI::Camera::V1_2::ICameraDevice::CastFrom(
hdiCameraDevice_
);
in ResetDeviceSettings()
228
CHECK_ERROR_RETURN_RET(
hdiCameraDevice_
== nullptr, CAMERA_INVALID_STATE);
in DispatchDefaultSettingToHdi()
234
CamRetCode rc = (CamRetCode)
hdiCameraDevice_
->UpdateSettings(hdiMetadata);
in DispatchDefaultSettingToHdi()
288
CHECK_ERROR_RETURN_RET_LOG(
hdiCameraDevice_
== nullptr, CAMERA_INVALID_ARG,
in OpenSecureCamera()
289
"HCameraDevice::OpenSecureCamera
hdiCameraDevice_
is nullptr.");
in OpenSecureCamera()
290
auto hdiCameraDeviceV1_3 = HDI::Camera::V1_3::ICameraDevice::CastFrom(
hdiCameraDevice_
);
in OpenSecureCamera()
310
auto hdiCameraDeviceV1_3 = HDI::Camera::V1_3::ICameraDevice::CastFrom(
hdiCameraDevice_
);
in GetSecureCameraSeq()
340
errorCode = cameraHostManager_->OpenCameraDevice(cameraID_, this,
hdiCameraDevice_
, isEnableSecCam);
in OpenDevice()
352
if (
hdiCameraDevice_
!
in OpenDevice()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_device.h
150
std::mutex opMutex_; // Lock the operations updateSettings_, streamOperator_, and
hdiCameraDevice_
.
153
sptr<OHOS::HDI::Camera::V1_0::ICameraDevice>
hdiCameraDevice_
;
member in OHOS::CameraStandard::HCameraDevice
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
6191
* Function: Test HCameraDevice when
hdiCameraDevice_
is nullptr
6195
* CaseDescription: Test HCameraDevice when
hdiCameraDevice_
is nullptr
6211
camDevice->
hdiCameraDevice_
= nullptr;
in HWTEST_F()
Completed in 14 milliseconds