Home
last modified time | relevance | path

Searched refs:getOpenRefCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioInputDescriptor.h41 uint32_t getOpenRefCount() const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp57 uint32_t AudioInputDescriptor::getOpenRefCount() const in getOpenRefCount() function in android::AudioInputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2174 if (inputDesc->getOpenRefCount() > 0) { in releaseInput()