Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1396 Status AudioPolicyService::setAllowedCapturePolicy(int32_t uidAidl, int32_t capturePolicyAidl) { in setAllowedCapturePolicy() argument
1399 aidl2legacy_int32_t_audio_flags_mask_t_mask(capturePolicyAidl)); in setAllowedCapturePolicy()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1448 int32_t capturePolicyAidl = VALUE_OR_RETURN_STATUS( in setAllowedCapturePolicy() local
1450 return statusTFromBinderStatus(aps->setAllowedCapturePolicy(uidAidl, capturePolicyAidl)); in setAllowedCapturePolicy()