HomeSort by relevance Sort by last modified time
    Searched refs:mRefCount (Results 26 - 32 of 32) sorted by null

12

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 558 outputDesc->mRefCount[stream] = 0;
629 outputDesc->mRefCount[stream] = 0;
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]
Threads.h 234 SuspendedSessionDesc() : mRefCount(0) {}
236 int mRefCount; // number of active suspend requests
    [all...]
Threads.cpp 632 for (int j = 0; j < desc->mRefCount; j++) {
684 desc->mRefCount++;
690 if (--desc->mRefCount == 0) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 279 uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this output
304 uint32_t mRefCount; // number of AudioRecord clients using this output
  /frameworks/av/include/media/
SoundPool.h 79 volatile int32_t mRefCount;
  /frameworks/av/media/libmedia/
SoundPool.cpp 470 mRefCount = 0;

Completed in 78 milliseconds

12