OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canBeMuted
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IVolumeCurvesCollection.h
31
virtual bool
canBeMuted
(audio_stream_type_t stream) = 0;
StreamDescriptor.h
34
bool
canBeMuted
() const { return mCanBeMuted; }
75
virtual bool
canBeMuted
(audio_stream_type_t stream);
VolumeCurve.h
98
bool
canBeMuted
() const { return mCanBeMuted; }
181
virtual bool
canBeMuted
(audio_stream_type_t stream) { return getCurvesFor(stream).
canBeMuted
(); }
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp
109
bool StreamDescriptorCollection::
canBeMuted
(audio_stream_type_t stream)
111
return valueAt(stream).
canBeMuted
();
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 49 milliseconds