Searched refs:flagsAidl (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 285 int32_t flagsAidl, in getOutputForAttr() argument 297 aidl2legacy_int32_t_audio_output_flags_t_mask(flagsAidl)); in getOutputForAttr() 514 int32_t flagsAidl, in getInputForAttr() argument 528 aidl2legacy_int32_t_audio_input_flags_t_mask(flagsAidl)); in getInputForAttr()
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 1002 int32_t flagsAidl = VALUE_OR_RETURN_STATUS( in getOutputForAttr() local 1010 aps->getOutputForAttr(attrAidl, sessionAidl, attributionSource, configAidl, flagsAidl, in getOutputForAttr() 1096 int32_t flagsAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_audio_input_flags_t_int32_t_mask(flags)); in getInputForAttr() local 1104 configAidl, flagsAidl, selectedDeviceIdAidl, &response))); in getInputForAttr()
|