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:hdl
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/camera_lite/frameworks/
H
A
D
event_handler.cpp
43
void EventHandler::EventDispatch(EventHandler *
hdl
)
in EventDispatch()
argument
45
if (
hdl
== nullptr) {
in EventDispatch()
48
std::unique_lock<std::mutex> lock(
hdl
->mtx_);
in EventDispatch()
49
hdl
->running_ = true;
in EventDispatch()
50
while (
hdl
->running_) {
in EventDispatch()
51
if (
hdl
->msgQ_.empty()) {
in EventDispatch()
52
hdl
->cv_.wait(lock); // wait for task or exit signal
in EventDispatch()
54
auto mission =
hdl
->msgQ_.front();
in EventDispatch()
55
hdl
->msgQ_.pop();
in EventDispatch()
63
while (!
hdl
in EventDispatch()
[all...]
/foundation/multimedia/media_utils_lite/hals/
H
A
D
hal_media.h
43
uint32_t HalGetProcessorDeviceId(HalProcessorHdl
hdl
);
/foundation/multimedia/camera_lite/interfaces/kits/
H
A
D
event_handler.h
66
static void EventDispatch(EventHandler *
hdl
);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_profile_peer.cpp
56
void A2dpStream::SetHandle(uint16_t
hdl
)
in SetHandle()
argument
58
LOG_INFO("[A2dpStream] %{public}s handle_(%u)\n", __func__,
hdl
);
in SetHandle()
59
handle_ =
hdl
;
in SetHandle()
151
uint16_t
hdl
= 0;
in RegisterSEPConfigureInfo()
local
183
avdtp.CreateStream(const_cast<BtAddr &>(addr), cfg.codecIndex,
hdl
);
in RegisterSEPConfigureInfo()
local
184
streamCtrl_[i - 1].SetHandle(
hdl
);
in RegisterSEPConfigureInfo()
214
avdtp.CreateStream(const_cast<BtAddr &>(addr), cfg.codecIndex,
hdl
);
in RegisterSEPConfigureInfo()
local
215
streamCtrl_[i].SetHandle(
hdl
);
in RegisterSEPConfigureInfo()
H
A
D
a2dp_profile_peer.h
67
void SetHandle(uint16_t
hdl
);
Completed in 4 milliseconds