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
defs:sourceDev
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H
A
D
dcamera_provider_callback_impl.cpp
48
std::shared_ptr<DCameraSourceDev>
sourceDev
= sourceDev_.lock();
in OpenSession()
local
74
std::shared_ptr<DCameraSourceDev>
sourceDev
= sourceDev_.lock();
in CloseSession()
local
109
std::shared_ptr<DCameraSourceDev>
sourceDev
= sourceDev_.lock();
in ConfigureStreams()
local
27
DCameraProviderCallbackImpl(std::string devId, std::string dhId, std::shared_ptr<DCameraSourceDev>&
sourceDev
)
DCameraProviderCallbackImpl()
argument
165
std::shared_ptr<DCameraSourceDev>
sourceDev
=
sourceDev
_.lock();
ReleaseStreams()
local
188
std::shared_ptr<DCameraSourceDev>
sourceDev
=
sourceDev
_.lock();
StartCapture()
local
253
std::shared_ptr<DCameraSourceDev>
sourceDev
=
sourceDev
_.lock();
StopCapture()
local
276
std::shared_ptr<DCameraSourceDev>
sourceDev
=
sourceDev
_.lock();
UpdateSettings()
local
306
std::shared_ptr<DCameraSourceDev>
sourceDev
=
sourceDev
_.lock();
NotifyEvent()
local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_manager.cpp
206
std::shared_ptr<DAudioSourceDev>
sourceDev
= nullptr;
in DoEnableDAudio()
local
268
std::shared_ptr<DAudioSourceDev>
sourceDev
= nullptr;
in DoDisableDAudio()
local
301
std::shared_ptr<DAudioSourceDev>
sourceDev
= nullptr;
in HandleDAudioNotify()
local
402
auto
sourceDev
= std::make_shared<DAudioSourceDev>(devId, daudioMgrCallback_);
CreateAudioDevice()
local
[all...]
Completed in 2 milliseconds