Home
last modified time | relevance | path

Searched refs:aidl2legacy_int32_t_audio_port_handle_t (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp307 aidl2legacy_int32_t_audio_port_handle_t(selectedDeviceIdAidl)); in getOutputForAttr()
420 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in startOutput()
450 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in stopOutput()
487 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in releaseOutput()
538 aidl2legacy_int32_t_audio_port_handle_t(selectedDeviceIdAidl)); in getInputForAttr()
720 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in startInput()
841 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in stopInput()
869 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in releaseInput()
1511 aidl2legacy_int32_t_audio_port_handle_t(handleAidl)); in createAudioPatch()
1779 aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in stopAudioSource()
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp89 aidl2legacy_int32_t_audio_port_handle_t(aidl.selectedDeviceId)); in fromAidl()
124 aidl2legacy_int32_t_audio_port_handle_t(aidl.selectedDeviceId)); in fromAidl()
133 legacy.portId = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.portId)); in fromAidl()
172 aidl2legacy_int32_t_audio_port_handle_t(aidl.selectedDeviceId)); in fromAidl()
204 aidl2legacy_int32_t_audio_port_handle_t(aidl.selectedDeviceId)); in fromAidl()
210 legacy.portId = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.portId)); in fromAidl()
911 aidl2legacy_int32_t_audio_port_handle_t(portId)); in setRecordSilenced()
H A DAudioSystem.cpp1027 aidl2legacy_int32_t_audio_port_handle_t(responseAidl.selectedDeviceId)); in getOutputForAttr()
1028 *portId = VALUE_OR_RETURN_STATUS(aidl2legacy_int32_t_audio_port_handle_t(responseAidl.portId)); in getOutputForAttr()
1114 aidl2legacy_int32_t_audio_port_handle_t(response.selectedDeviceId)); in getInputForAttr()
1115 *portId = VALUE_OR_RETURN_STATUS(aidl2legacy_int32_t_audio_port_handle_t(response.portId)); in getInputForAttr()
1791 *portId = VALUE_OR_RETURN_STATUS(aidl2legacy_int32_t_audio_port_handle_t(portIdAidl)); in startAudioSource()
2535 legacy.port_id = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.portId)); in aidl2legacy_RecordClientInfo_record_client_info_t()
H A DAidlConversion.cpp137 ConversionResult<audio_port_handle_t> aidl2legacy_int32_t_audio_port_handle_t(int32_t aidl) { in aidl2legacy_int32_t_audio_port_handle_t() function
1048 legacy.id = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.id)); in aidl2legacy_AudioPortConfig_audio_port_config()
1161 legacy->mPortId = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.portId)); in aidl2legacy_AudioIoDescriptor_AudioIoDescriptor()
1995 legacy.id = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.id)); in aidl2legacy_AudioPort_audio_port_v7()
2339 VALUE_OR_RETURN(aidl2legacy_int32_t_audio_port_handle_t(aidl.portId)); in aidl2legacy_TrackSecondaryOutputInfo_TrackSecondaryOutputInfoPair()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAidlConversion.h77 ConversionResult<audio_port_handle_t> aidl2legacy_int32_t_audio_port_handle_t(int32_t aidl);
/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioPort.cpp368 mId = VALUE_OR_RETURN_STATUS(aidl2legacy_int32_t_audio_port_handle_t(parcelable.id)); in readFromParcelable()