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_SET
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H
A
D
audio_event.h
51
VOLUME_SET
= 31,
enumerator
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H
A
D
daudio_sink_dev.cpp
359
AudioEvent event(AudioEventType::
VOLUME_SET
, args);
in TaskSetVolume()
603
mapEventFuncs_[static_cast<uint32_t>(
VOLUME_SET
)] = &DAudioSinkDev::SinkEventHandler::NotifySetVolume;
in SinkEventHandler()
632
case
VOLUME_SET
:
in ProcessEventInner()
685
case
VOLUME_SET
:
in ProcessEvent()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_manager_callback.cpp
132
newEvent.type = AudioEventType::
VOLUME_SET
;
in NotifyEvent()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_dev.cpp
71
memberFuncMap_[
VOLUME_SET
] = &DAudioSourceDev::HandleVolumeSet;
in DAudioSourceDev()
259
case
VOLUME_SET
:
in NotifyEventInner()
321
case
VOLUME_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()
1377
return AudioEventType::
VOLUME_SET
;
in getEventTypeFromArgs()
H
A
D
dspeaker_dev.cpp
424
type != static_cast<uint32_t>(CHANGE_PLAY_STATUS) && type != static_cast<uint32_t>(
VOLUME_SET
) &&
in SendMessage()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H
A
D
daudio_source_dev_test.cpp
97
event.type =
VOLUME_SET
;
in HWTEST_F()
144
event.type =
VOLUME_SET
;
in HWTEST_F()
177
* @tc.desc: Verify NotifyEvent function with
VOLUME_SET
event, after AwakeAudioDev function.
187
event.type =
VOLUME_SET
;
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H
A
D
dspeaker_client.cpp
522
if (event.type !=
VOLUME_SET
) {
in SetAudioParameters()
/foundation/distributedhardware/distributed_audio/common/src/
H
A
D
daudio_util.cpp
98
std::make_pair(
VOLUME_SET
, "
VOLUME_SET
"),
Completed in 10 milliseconds