Searched defs:canBeMuted (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h34 bool canBeMuted() const { return mCanBeMuted; } function in class:android::StreamDescriptor
69 bool canBeMuted(audio_stream_type_t stream);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp104 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) function in class:android::StreamDescriptorCollection
106 return valueAt(stream).canBeMuted();

Completed in 192 milliseconds