Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioInputDescriptor.h56 bool hasPreemptedSession(audio_session_t session) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp116 bool AudioInputDescriptor::hasPreemptedSession(audio_session_t session) const in hasPreemptedSession() function in android::AudioInputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1617 !activeDesc->hasPreemptedSession(session)) { in startInput()