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:CLOSE_SPEAKER
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H
A
D
audio_event.h
35
CLOSE_SPEAKER
= 12,
enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
dspeaker_dev.cpp
151
AudioEvent event(AudioEventType::
CLOSE_SPEAKER
, jsonDataStr);
in DestroyStream()
423
if (type != static_cast<uint32_t>(OPEN_SPEAKER) && type != static_cast<uint32_t>(
CLOSE_SPEAKER
) &&
in SendMessage()
H
A
D
daudio_source_dev.cpp
57
memberFuncMap_[
CLOSE_SPEAKER
] = &DAudioSourceDev::HandleCloseDSpeaker;
in DAudioSourceDev()
207
event.type =
CLOSE_SPEAKER
;
in DisableDAudio()
299
case
CLOSE_SPEAKER
:
in NotifyEvent()
938
NotifySinkDev(
CLOSE_SPEAKER
, jAudioParam, std::to_string(dhId));
in CloseSpkNew()
1332
if (type ==
CLOSE_SPEAKER
|| type == CLOSE_MIC) {
in NotifySinkDev()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H
A
D
daudio_sink_dev.cpp
596
mapEventFuncs_[static_cast<uint32_t>(
CLOSE_SPEAKER
)] = &DAudioSinkDev::SinkEventHandler::NotifyCloseSpeaker;
in SinkEventHandler()
672
case
CLOSE_SPEAKER
:
in ProcessEvent()
/foundation/distributedhardware/distributed_audio/common/src/
H
A
D
daudio_util.cpp
83
std::make_pair(
CLOSE_SPEAKER
, "
CLOSE_SPEAKER
"),
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H
A
D
daudio_source_dev_test.cpp
72
event.type =
CLOSE_SPEAKER
;
in HWTEST_F()
127
event.type =
CLOSE_SPEAKER
;
in HWTEST_F()
Completed in 8 milliseconds