Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching defs:ref_count

202     volatile int32_t ref_count;
492 const_cast<struct submix_stream_in*>(in)->ref_count--;
495 if (in->ref_count == 0) {
498 ALOGV("submix_audio_device_destroy_pipe_l(): input ref_count %d", in->ref_count);
1589 in->ref_count++;
1596 in->ref_count);
1599 ALOGD(" Non-NULL sink when opening input stream, refcount=%d", in->ref_count);
1602 ALOGE("NULL sink when opening input stream, refcount=%d", in->ref_count);
1612 in->ref_count = 1;
1679 if (in->ref_count == 0) free(in);