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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2813 int muteCount = 1; local
2815 muteCount = outputDesc->mRefCount[stream];
2818 ALOGV("handleIncallSonification() low visibility, muteCount %d", muteCount);
2819 for (int i = 0; i < muteCount; i++) {
2826 ALOGV("handleIncallSonification() high visibility muted, muteCount %d", muteCount);
2827 for (int i = 0; i < muteCount; i++) {
2989 snprintf(buffer, SIZE, " Stream volume refCount muteCount\n");

Completed in 3024 milliseconds