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:cameraService_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H
A
D
camera_service_client.cpp
33
cameraService_
= CameraService::GetInstance();
in CameraServiceClient()
41
cameraService_
->Initialize();
in InitCameraServiceClient()
42
list<string> cameraList =
cameraService_
->GetCameraIdList();
in InitCameraServiceClient()
48
return
cameraService_
->GetCameraIdList();
in GetCameraIdList()
53
return
cameraService_
->GetCameraModeNum();
in GetCameraModeNum()
58
return
cameraService_
->GetCameraAbility(cameraId);
in GetCameraAbility()
63
return
cameraService_
->GetCameraInfo(cameraId);
in GetCameraInfo()
68
return
cameraService_
->SetCameraMode(modeIndex);
in SetCameraMode()
74
static_cast<CameraServiceCallback::CameraStatus>(
cameraService_
->CreateCamera(cameraId));
in CreateCamera()
H
A
D
camera_device_client.cpp
33
cameraService_
= CameraService::GetInstance();
in CameraDeviceClient()
51
CameraDevice *device_ =
cameraService_
->GetCameraDevice(cameraId_);
in SetCameraConfig()
65
CameraDevice *device_ =
cameraService_
->GetCameraDevice(cameraId_);
in TriggerLoopingCapture()
76
CameraDevice *device_ =
cameraService_
->GetCameraDevice(cameraId_);
in TriggerSingleCapture()
89
CameraDevice *device_ =
cameraService_
->GetCameraDevice(cameraId_);
in StopLoopingCapture()
99
cameraService_
->CloseCamera(cameraId_);
in Release()
/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H
A
D
camera_device_client.h
46
CameraService *
cameraService_
= nullptr;
member in OHOS::Media::CameraDeviceClient
H
A
D
camera_service_client.h
38
CameraService *
cameraService_
= nullptr;
member in OHOS::Media::CameraServiceClient
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_service.h
174
explicit ServiceHostStatus(wptr<HCameraService> cameraService) :
cameraService_
(cameraService) {};
in ServiceHostStatus()
178
auto cameraService =
cameraService_
.promote();
185
auto cameraService =
cameraService_
.promote();
192
auto cameraService =
cameraService_
.promote();
199
wptr<HCameraService>
cameraService_
;
member in OHOS::CameraStandard::HCameraService::ServiceHostStatus
Completed in 2 milliseconds