Searched refs:mCanBeMuted (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h321 bool mCanBeMuted; // true is the stream can be muted member in class:android_audio_legacy::AudioPolicyManagerBase::StreamDescriptor
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1104 if (!mStreams[stream].mCanBeMuted) index = mStreams[stream].mIndexMax;
3031 streamDesc.mCanBeMuted) {
3161 if (streamDesc.mCanBeMuted &&
3433 : mIndexMin(0), mIndexMax(1), mCanBeMuted(true)
3455 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax);

Completed in 20 milliseconds