Home
last modified time | relevance | path

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

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