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:AudioEventHDF
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_manager_callback.cpp
131
case
AudioEventHDF
::AUDIO_EVENT_VOLUME_SET:
in NotifyEvent()
134
case
AudioEventHDF
::AUDIO_EVENT_MUTE_SET:
in NotifyEvent()
137
case
AudioEventHDF
::AUDIO_EVENT_CHANGE_PLAY_STATUS:
in NotifyEvent()
140
case
AudioEventHDF
::AUDIO_EVENT_MMAP_START_SPK:
in NotifyEvent()
143
case
AudioEventHDF
::AUDIO_EVENT_MMAP_STOP_SPK:
in NotifyEvent()
146
case
AudioEventHDF
::AUDIO_EVENT_MMAP_START_MIC:
in NotifyEvent()
149
case
AudioEventHDF
::AUDIO_EVENT_MMAP_STOP_MIC:
in NotifyEvent()
152
case
AudioEventHDF
::AUDIO_EVENT_START:
in NotifyEvent()
155
case
AudioEventHDF
::AUDIO_EVENT_STOP:
in NotifyEvent()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/
H
A
D
daudio_manager_callback_test.cpp
190
event.type =
AudioEventHDF
::AUDIO_EVENT_VOLUME_SET;
in HWTEST_F()
193
event.type =
AudioEventHDF
::AUDIO_EVENT_MUTE_SET;
in HWTEST_F()
196
event.type =
AudioEventHDF
::AUDIO_EVENT_CHANGE_PLAY_STATUS;
in HWTEST_F()
199
event.type =
AudioEventHDF
::AUDIO_EVENT_MMAP_START_SPK;
in HWTEST_F()
202
event.type =
AudioEventHDF
::AUDIO_EVENT_MMAP_STOP_SPK;
in HWTEST_F()
205
event.type =
AudioEventHDF
::AUDIO_EVENT_MMAP_START_MIC;
in HWTEST_F()
208
event.type =
AudioEventHDF
::AUDIO_EVENT_MMAP_STOP_MIC;
in HWTEST_F()
211
event.type =
AudioEventHDF
::AUDIO_EVENT_START;
in HWTEST_F()
214
event.type =
AudioEventHDF
::AUDIO_EVENT_STOP;
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H
A
D
audio_event.h
100
}
AudioEventHDF
;
typedef
Completed in 2 milliseconds