Searched refs:flagsAidl (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 332 int32_t flagsAidl, in getOutputForAttr() argument 344 aidl2legacy_int32_t_audio_output_flags_t_mask(flagsAidl)); in getOutputForAttr() 591 int32_t flagsAidl, in getInputForAttr() argument 605 aidl2legacy_int32_t_audio_input_flags_t_mask(flagsAidl)); in getInputForAttr()
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 1131 int32_t flagsAidl = VALUE_OR_RETURN_STATUS( in getOutputForAttr() local 1139 aps->getOutputForAttr(attrAidl, sessionAidl, attributionSource, configAidl, flagsAidl, in getOutputForAttr() 1238 int32_t flagsAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_audio_input_flags_t_int32_t_mask(flags)); in getInputForAttr() local 1246 configAidl, flagsAidl, selectedDeviceIdAidl, &response)); in getInputForAttr()
|