Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSessionRoute.h93 bool hasRoute(audio_session_t session);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSessionRoute.cpp38 bool SessionRouteMap::hasRoute(audio_session_t session) in hasRoute() function in android::SessionRouteMap
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1251 forceDeviceUpdate = (mOutputRoutes.hasRoute(session) && (activityCount == 0)); in stopOutput()