Home
last modified time | relevance | path

Searched refs:canInterceptCallAudio (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicy.java779 boolean canInterceptCallAudio = PackageManager.PERMISSION_GRANTED in policyReadyToUse()
792 || (isCallRedirectionPolicy() && canInterceptCallAudio) in policyReadyToUse()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp657 bool canInterceptCallAudio = callAudioInterceptionAllowed(attributionSource); in getInputForAttr() local
662 if (isCallAudioSource && !canInterceptCallAudio && !canCaptureOutput) { in getInputForAttr()
725 && canInterceptCallAudio) { in getInputForAttr()
739 && canInterceptCallAudio))) { in getInputForAttr()