Home | History | Annotate | Download | only in audio

Lines Matching refs:mRefCount

558             outputDesc->mRefCount[stream] = 0;
629 outputDesc->mRefCount[stream] = 0;
751 if (outputDesc->mRefCount[stream] == 1) {
819 if (outputDesc->mRefCount[stream] > 0) {
823 if (outputDesc->mRefCount[stream] == 0) {
956 inputDesc->mRefCount = 0;
1032 inputDesc->mRefCount = 1;
1046 if (inputDesc->mRefCount == 0) {
1059 inputDesc->mRefCount = 0;
1359 && (inputDescriptor->mRefCount > 0)) {
2049 int refCount = dupOutputDesc->mRefCount[j];
2753 if ((input_descriptor->mRefCount > 0)
3198 if (outputDesc->mRefCount[stream]) {
3201 muteCount = outputDesc->mRefCount[stream];
3258 mRefCount[i] = 0;
3311 if ((delta + (int)mRefCount[stream]) < 0) {
3312 ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d", delta, stream, mRefCount[stream]);
3313 mRefCount[stream] = 0;
3316 mRefCount[stream] += delta;
3317 ALOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);
3355 if (mRefCount[stream] != 0) {
3392 snprintf(buffer, SIZE, " %02d %.03f %02d %02d\n", i, mCurVolume[i], mRefCount[i], mMuteCount[i]);
3404 mDevice(AUDIO_DEVICE_NONE), mRefCount(0),
3423 snprintf(buffer, SIZE, " Ref Count %d\n", mRefCount);