Searched defs:canBeMuted (Results 1 – 3 of 3) sorted by relevance
34 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted() function
98 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted() function181 … virtual bool canBeMuted(audio_stream_type_t stream) { return getCurvesFor(stream).canBeMuted(); } in canBeMuted() function
109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() function in android::StreamDescriptorCollection