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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 67 bool isActive() const { return mGlobalActiveCount > 0; }
74 int32_t activeCount() { return mGlobalActiveCount; }
125 int32_t mGlobalActiveCount = 0; // non-client-specific activity ref count
AudioOutputDescriptor.h 294 uint32_t mGlobalActiveCount = 0; // non-client-specific active count

Completed in 131 milliseconds