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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2967 int muteCount = 1; local
2969 muteCount = outputDesc->mRefCount[stream];
2972 ALOGV("handleIncallSonification() low visibility, muteCount %d", muteCount);
2973 for (int i = 0; i < muteCount; i++) {
2980 ALOGV("handleIncallSonification() high visibility muted, muteCount %d", muteCount);
2981 for (int i = 0; i < muteCount; i++) {
3168 snprintf(buffer, SIZE, " Stream volume refCount muteCount\n");

Completed in 85 milliseconds