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
defs:mute
(Results
76 - 81
of
81
) sorted by relevance
1
2
3
4
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H
A
D
audio_policy_manager.cpp
341
int32_t AudioPolicyManager::SetStreamMute(AudioVolumeType volumeType, bool
mute
, bool isLegacy)
in SetStreamMute()
argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
renderer_in_client.cpp
773
int32_t RendererInClientInner::SetMute(bool
mute
)
in SetMute()
argument
/third_party/pulseaudio/src/pulsecore/
H
A
D
sink.c
131
void pa_sink_new_data_set_muted(pa_sink_new_data *data, bool
mute
) {
in pa_sink_new_data_set_muted()
argument
2365
void pa_sink_set_mute(pa_sink *s, bool
mute
, bool save) {
in pa_sink_set_mute()
argument
2404
bool
mute
;
in pa_sink_get_mute()
local
[all...]
H
A
D
protocol-native.c
3737
bool
mute
;
in command_set_mute()
local
[all...]
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H
A
D
audio_info.h
335
bool
mute
= false;
member
444
bool
mute
;
member
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
1054
int32_t AudioPolicyService::SetStreamMute(AudioStreamType streamType, bool
mute
, const StreamUsage &streamUsage)
in SetStreamMute()
argument
6378
bool
mute
= sVolumeLevel == 0 ? true : false;
SetA2dpDeviceVolume()
local
[all...]
Completed in 32 milliseconds
1
2
3
4