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:SetCameraMode
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H
A
D
camera_service_client.cpp
66
int32_t CameraServiceClient::
SetCameraMode
(uint8_t modeIndex)
in SetCameraMode()
function in OHOS::Media::CameraServiceClient
68
return cameraService_->
SetCameraMode
(modeIndex);
in SetCameraMode()
/foundation/multimedia/camera_lite/frameworks/
H
A
D
camera_kit.cpp
75
int32_t CameraKit::
SetCameraMode
(uint8_t modeIndex)
in SetCameraMode()
function in OHOS::Media::CameraKit
77
return cameraManager_->
SetCameraMode
(modeIndex);
in SetCameraMode()
H
A
D
camera_manager.h
38
virtual int32_t
SetCameraMode
(uint8_t modeIndex)
in SetCameraMode()
function in OHOS::Media::CameraManager
H
A
D
camera_manager.cpp
112
int32_t
SetCameraMode
(uint8_t modeIndex) override
114
return cameraServiceClient_->
SetCameraMode
(modeIndex);
/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H
A
D
camera_service_client.h
34
int32_t
SetCameraMode
(uint8_t modeIndex);
/foundation/multimedia/camera_lite/interfaces/kits/
H
A
D
camera_kit.h
82
int32_t
SetCameraMode
(uint8_t modeIndex);
/foundation/multimedia/camera_lite/services/impl/include/
H
A
D
camera_service.h
38
int32_t
SetCameraMode
(uint8_t modeIndex);
/foundation/multimedia/camera_lite/frameworks/binder/include/
H
A
D
camera_service_client.h
40
int32_t
SetCameraMode
(uint8_t modeIndex);
/foundation/multimedia/camera_lite/services/server/include/
H
A
D
camera_server.h
47
void
SetCameraMode
(IpcIo *req, IpcIo *reply);
/foundation/multimedia/camera_lite/services/server/src/
H
A
D
camera_server.cpp
72
CameraServer::GetInstance()->
SetCameraMode
(req, reply);
in CameraServerRequestHandle()
372
void CameraServer::
SetCameraMode
(IpcIo *req, IpcIo *reply)
in SetCameraMode()
function in OHOS::Media::CameraServer
376
int32_t cameraStatus = CameraService::GetInstance()->
SetCameraMode
(modeIndex);
in SetCameraMode()
/foundation/multimedia/camera_lite/services/impl/src/
H
A
D
camera_service.cpp
193
int32_t CameraService::
SetCameraMode
(uint8_t modeIndex)
in SetCameraMode()
function in OHOS::Media::CameraService
/foundation/multimedia/camera_lite/frameworks/binder/src/
H
A
D
camera_service_client.cpp
283
int32_t CameraServiceClient::
SetCameraMode
(uint8_t modeIndex)
in SetCameraMode()
function in OHOS::Media::CameraServiceClient
Completed in 5 milliseconds