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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3199 int muteCount = 1; local
3201 muteCount = outputDesc->mRefCount[stream];
3204 ALOGV("handleIncallSonification() low visibility, muteCount %d", muteCount);
3205 for (int i = 0; i < muteCount; i++) {
3212 ALOGV("handleIncallSonification() high visibility muted, muteCount %d", muteCount);
3213 for (int i = 0; i < muteCount; i++) {
3389 snprintf(buffer, SIZE, " Stream volume refCount muteCount\n");

Completed in 417 milliseconds