Searched refs:convertRange (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AidlConversion.cpp | 1918 convertRange(aidl.samplingRates.begin(), aidl.samplingRates.end(), legacy.sample_rates, in aidl2legacy_AudioProfile_audio_profile() 1926 convertRange(aidl.channelMasks.begin(), aidl.channelMasks.end(), legacy.channel_masks, in aidl2legacy_AudioProfile_audio_profile() 1944 convertRange(legacy.sample_rates, legacy.sample_rates + legacy.num_sample_rates, in legacy2aidl_audio_profile_AudioProfile() 1952 convertRange(legacy.channel_masks, legacy.channel_masks + legacy.num_channel_masks, in legacy2aidl_audio_profile_AudioProfile() 2003 RETURN_IF_ERROR(convertRange(aidl.profiles.begin(), aidl.profiles.end(), legacy.audio_profiles, in aidl2legacy_AudioPort_audio_port_v7() 2011 convertRange(aidl.extraAudioDescriptors.begin(), aidl.extraAudioDescriptors.end(), in aidl2legacy_AudioPort_audio_port_v7() 2019 RETURN_IF_ERROR(convertRange(aidl.gains.begin(), aidl.gains.end(), legacy.gains, in aidl2legacy_AudioPort_audio_port_v7() 2041 convertRange(legacy.audio_profiles, legacy.audio_profiles + legacy.num_audio_profiles, in legacy2aidl_audio_port_v7_AudioPort() 2049 convertRange(legacy.extra_audio_descriptors, in legacy2aidl_audio_port_v7_AudioPort() 2058 convertRange(legacy.gains, legacy.gains + legacy.num_gains, in legacy2aidl_audio_port_v7_AudioPort()
|
H A D | PolicyAidlConversion.cpp | 231 RETURN_IF_ERROR(convertRange(aidl.criteria.begin(), aidl.criteria.end(), in aidl2legacy_AudioMix()
|
H A D | AudioSystem.cpp | 1502 RETURN_STATUS_IF_ERROR(convertRange(portsAidl.begin(), portsAidl.end(), ports, in listAudioPorts() 1569 RETURN_STATUS_IF_ERROR(convertRange(patchesAidl.begin(), patchesAidl.end(), patches, in listAudioPatches() 1731 convertRange(mixes.begin(), mixes.begin() + mixesSize, std::back_inserter(mixesAidl), in registerPolicyMixes() 1883 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getSurroundFormats() 1908 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getReportedSurroundFormats()
|
H A D | AudioEffect.cpp | 580 RETURN_STATUS_IF_ERROR(convertRange(retAidl.begin(), retAidl.end(), descriptors, in queryDefaultPreProcessing()
|
H A D | IAudioFlinger.cpp | 693 return convertRange(aidlRet.begin(), aidlRet.end(), patches, in listAudioPatches() 1170 RETURN_BINDER_IF_ERROR(convertRange(&patchesLegacy[0], in listAudioPatches()
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyInterfaceImpl.cpp | 1294 convertRange(descriptors.get(), descriptors.get() + countReq, in queryDefaultPreProcessing() 1386 convertRange(systemUsagesAidl.begin(), systemUsagesAidl.begin() + size, in setSupportedSystemUsages() 1483 convertRange(ports.get(), ports.get() + numPortsReq, std::back_inserter(*portsAidl), in listAudioPorts() 1567 convertRange(patches.get(), patches.get() + numPatchesReq, in listAudioPatches() 1637 convertRange(mixesAidl.begin(), mixesAidl.begin() + size, std::back_inserter(mixes), in registerPolicyMixes() 1852 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getSurroundFormats() 1882 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getReportedSurroundFormats() 1943 convertRange(uidsAidl.begin(), in setA11yServicesUids()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AidlConversionUtil.h | 98 status_t convertRange(InputIterator start, in convertRange() function
|