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:GetManagerId
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/
H
A
D
v4l2_device_manager.cpp
67
rc = (*iter)->PowerUp(CameraIdToHardware(cameraId, (*iter)->
GetManagerId
()));
in PowerUp()
82
rc = (*iter)->PowerDown(CameraIdToHardware(cameraId, (*iter)->
GetManagerId
()));
in PowerDown()
103
if ((*iter)->
GetManagerId
() == managerId) {
in GetManager()
151
if ((*iter)->
GetManagerId
() == managerId) {
in GetController()
152
return (*iter)->GetController(controllerId, CameraIdToHardware(cameraId, (*iter)->
GetManagerId
()));
in GetController()
207
if ((*iter)->
GetManagerId
() == managerId) {
in CheckManagerList()
240
if ((*iter)->
GetManagerId
() == DM_M_SENSOR) {
in SetMetaDataCallBack()
262
if ((*iter)->
GetManagerId
() == DM_M_SENSOR) {
in SetAbilityMetaDataTag()
403
if ((*iter)->
GetManagerId
() == DM_M_SENSOR) {
in SetMemoryType()
/drivers/peripheral/camera/vdi_base/common/device_manager/include/
H
A
D
imanager.h
30
ManagerId
GetManagerId
()
in GetManagerId()
function in OHOS::Camera::IManager
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H
A
D
v4l2_device_manager.cpp
87
rc = (*iter)->PowerUp(CameraIdToHardware(cameraId, (*iter)->
GetManagerId
()));
in PowerUp()
102
rc = (*iter)->PowerDown(CameraIdToHardware(cameraId, (*iter)->
GetManagerId
()));
in PowerDown()
123
if ((*iter)->
GetManagerId
() == managerId) {
in GetManager()
171
if ((*iter)->
GetManagerId
() == managerId) {
in GetController()
172
return (*iter)->GetController(controllerId, CameraIdToHardware(cameraId, (*iter)->
GetManagerId
()));
in GetController()
222
return sptr->
GetManagerId
() == managerId;
in CheckManagerList()
254
if ((*iter)->
GetManagerId
() == DM_M_SENSOR) {
in SetMetaDataCallBack()
276
if ((*iter)->
GetManagerId
() == DM_M_SENSOR) {
in SetAbilityMetaDataTag()
415
if ((*iter)->
GetManagerId
() == DM_M_SENSOR) {
in SetMemoryType()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/
H
A
D
mpi_device_manager.cpp
125
if ((*iter)->
GetManagerId
() == managerId) {
in GetManager()
177
if ((*iter)->
GetManagerId
() == managerId) {
in GetController()
239
if ((*it)->
GetManagerId
() == managerId) {
in CheckManagerList()
475
CAMERA_LOGE("Get %{public}d AbilityMetaData fail", (*iter)->
GetManagerId
());
in GetAbilityMetaData()
Completed in 5 milliseconds