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:IsOpened
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/include/camera_device/
H
A
D
camera_device_vdi_impl.h
61
bool
IsOpened
() const;
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H
A
D
dcamera_device.h
84
bool
IsOpened
();
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/
H
A
D
camera_host_usb_vdi_impl.cpp
283
if (cameraDevice->
IsOpened
()) {
in SetFlashlight()
392
if (it.second->
IsOpened
()) {
in CloseAllCameras()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H
A
D
camera_host_vdi_impl.cpp
319
if (cameraDevice->
IsOpened
()) {
in SetFlashlight()
428
if (it.second->
IsOpened
()) {
in CloseAllCameras()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H
A
D
dcamera_host.cpp
176
if (dcameraDevice->
IsOpened
()) {
in OpenCameraImpl()
375
if (dcameraDevice->
IsOpened
()) {
in RemoveDCameraDevice()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H
A
D
dcamera_device.cpp
214
if (!
IsOpened
()) {
in UpdateSettings()
625
bool DCameraDevice::
IsOpened
()
in IsOpened()
function in OHOS::DistributedHardware::DCameraDevice
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_device/
H
A
D
camera_device_vdi_impl.cpp
409
bool CameraDeviceVdiImpl::
IsOpened
() const
in IsOpened()
function in OHOS::Camera::CameraDeviceVdiImpl
Completed in 5 milliseconds