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:VOLUME_MUTE_SET
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H
A
D
audio_event.h
56
VOLUME_MUTE_SET
= 36,
enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H
A
D
daudio_sink_dev.cpp
382
AudioEvent event(AudioEventType::
VOLUME_MUTE_SET
, args);
in TaskSetMute()
606
mapEventFuncs_[static_cast<uint32_t>(
VOLUME_MUTE_SET
)] = &DAudioSinkDev::SinkEventHandler::NotifySetMute;
in SinkEventHandler()
641
case
VOLUME_MUTE_SET
:
in ProcessEventInner()
688
case
VOLUME_MUTE_SET
:
in ProcessEvent()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_manager_callback.cpp
135
newEvent.type = AudioEventType::
VOLUME_MUTE_SET
;
in NotifyEvent()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_dev.cpp
72
memberFuncMap_[
VOLUME_MUTE_SET
] = &DAudioSourceDev::HandleVolumeSet;
in DAudioSourceDev()
260
case
VOLUME_MUTE_SET
:
in NotifyEventInner()
322
case
VOLUME_MUTE_SET
:
in NotifyEvent()
1213
// because: type: CHANGE_PLAY_STATUS /
VOLUME_MUTE_SET
/ VOLUME_SET, so speaker
in SendAudioEventToRemote()
1215
if (event.type == VOLUME_SET || event.type ==
VOLUME_MUTE_SET
) {
in SendAudioEventToRemote()
1375
return AudioEventType::
VOLUME_MUTE_SET
;
in getEventTypeFromArgs()
H
A
D
dspeaker_dev.cpp
425
type != static_cast<uint32_t>(
VOLUME_MUTE_SET
)) {
in SendMessage()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H
A
D
dspeaker_client.cpp
561
if (event.type !=
VOLUME_MUTE_SET
) {
in SetMute()
/foundation/distributedhardware/distributed_audio/common/src/
H
A
D
daudio_util.cpp
103
std::make_pair(
VOLUME_MUTE_SET
, "
VOLUME_MUTE_SET
"),
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H
A
D
daudio_source_dev_test.cpp
99
event.type =
VOLUME_MUTE_SET
;
in HWTEST_F()
146
event.type =
VOLUME_MUTE_SET
;
in HWTEST_F()
Completed in 10 milliseconds