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:sourceDev
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H
A
D
dcamera_provider_callback_impl.cpp
28
std::shared_ptr<DCameraSourceDev>&
sourceDev
) : devId_(devId), dhId_(dhId), sourceDev_(
sourceDev
)
in DCameraProviderCallbackImpl()
48
std::shared_ptr<DCameraSourceDev>
sourceDev
= sourceDev_.lock();
in OpenSession()
local
49
if (
sourceDev
== nullptr) {
in OpenSession()
55
int32_t ret =
sourceDev
->OpenSession(camIndex);
in OpenSession()
74
std::shared_ptr<DCameraSourceDev>
sourceDev
= sourceDev_.lock();
in CloseSession()
local
75
if (
sourceDev
== nullptr) {
in CloseSession()
81
int32_t ret =
sourceDev
->CloseSession(camIndex);
in CloseSession()
109
std::shared_ptr<DCameraSourceDev>
sourceDev
= sourceDev_.lock();
in ConfigureStreams()
local
110
if (
sourceDev
in ConfigureStreams()
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
216
sourceDev
= audioDevMap_[devId].dev;
in DoEnableDAudio()
219
if (
sourceDev
== nullptr) {
in DoEnableDAudio()
223
int32_t result =
sourceDev
->EnableDAudio(dhId, attrs);
in DoEnableDAudio()
268
std::shared_ptr<DAudioSourceDev>
sourceDev
= nullptr;
in DoDisableDAudio()
local
278
sourceDev
= audioDevMap_[devId].dev;
in DoDisableDAudio()
281
int32_t result =
sourceDev
->DisableDAudio(dhId);
in DoDisableDAudio()
301
std::shared_ptr<DAudioSourceDev>
sourceDev
= nullptr;
in HandleDAudioNotify()
local
310
sourceDev
= audioDevMap_[devId].dev;
in HandleDAudioNotify()
314
sourceDev
in HandleDAudioNotify()
402
auto
sourceDev
= std::make_shared<DAudioSourceDev>(devId, daudioMgrCallback_);
CreateAudioDevice()
local
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/
H
A
D
dcamera_provider_callback_impl.h
27
DCameraProviderCallbackImpl(std::string devId, std::string dhId, std::shared_ptr<DCameraSourceDev>&
sourceDev
);
Completed in 2 milliseconds