HomeSort by relevance Sort by last modified time
    Searched refs:mGlobalRefCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 228 mDirectClientSession(AUDIO_SESSION_NONE), mGlobalRefCount(0)
303 uint32_t oldGlobalRefCount = mGlobalRefCount;
304 if ((delta + (int)mGlobalRefCount) < 0) {
305 ALOGW("changeRefCount() invalid delta %d globalRefCount %d", delta, mGlobalRefCount);
306 mGlobalRefCount = 0;
308 mGlobalRefCount += delta;
310 if ((oldGlobalRefCount == 0) && (mGlobalRefCount > 0)) {
317 } else if ((oldGlobalRefCount > 0) && (mGlobalRefCount == 0)) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioOutputDescriptor.h 149 uint32_t mGlobalRefCount; // non-stream-specific ref count

Completed in 71 milliseconds