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:cb_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/sink_node/
H
A
D
sink_node.h
33
cb_
= c;
37
BufferCb
cb_
;
member in OHOS::Camera::SinkNode
H
A
D
sink_node.cpp
38
cb_
(buffer);
in DeliverBuffer()
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H
A
D
intell_voice_engine_adapter_impl.cpp
175
EngineListener::EngineListener(const sptr<IIntellVoiceEngineCallback> &cb) :
cb_
(cb)
in EngineListener()
181
cb_
= nullptr;
in ~EngineListener()
186
if (
cb_
== nullptr) {
in OnIntellVoiceEvent()
187
INTELLIGENT_VOICE_LOGE("
cb_
is nullptr");
in OnIntellVoiceEvent()
191
cb_
->OnIntellVoiceHdiEvent(event);
in OnIntellVoiceEvent()
H
A
D
intell_voice_engine_manager_impl.cpp
182
DataOprListener::DataOprListener(sptr<IIntellVoiceDataOprCallback> cb) :
cb_
(cb)
in DataOprListener()
188
cb_
= nullptr;
in ~DataOprListener()
193
if (
cb_
== nullptr) {
in OnDataOprEvent()
222
int32_t ret =
cb_
->OnIntellVoiceDataOprEvent(type, inMem, outMem);
in OnDataOprEvent()
H
A
D
intell_voice_engine_adapter_impl.h
42
sptr<IIntellVoiceEngineCallback>
cb_
;
member in OHOS::IntelligentVoice::Engine::EngineListener
H
A
D
intell_voice_engine_manager_impl.h
55
sptr<IIntellVoiceDataOprCallback>
cb_
;
member in OHOS::IntelligentVoice::Engine::DataOprListener
Completed in 3 milliseconds