Searched refs:mCanBeMuted (Results 1 – 4 of 4) sorted by relevance
34 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted()60 bool mCanBeMuted; /**< true is the stream can be muted. */ variable
75 VolumeCurvesForStream() : mIndexMin(0), mIndexMax(1), mCanBeMuted(true) in VolumeCurvesForStream()98 bool canBeMuted() const { return mCanBeMuted; } in canBeMuted()149 bool mCanBeMuted; /**< true is the stream can be muted. */ variable
38 : mIndexMin(0), mIndexMax(1), mCanBeMuted(true) in StreamDescriptor()89 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax); in dump()
87 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax); in dump()