HomeSort by relevance Sort by last modified time
    Searched defs:canBeMuted (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
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();

Completed in 567 milliseconds