Home
last modified time | relevance | path

Searched refs:convertRange (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaudioclient/
DAidlConversion.cpp2872 convertRange(aidl.sampleRates.begin(), aidl.sampleRates.end(), legacy.sample_rates, in aidl2legacy_AudioProfile_audio_profile()
2880 convertRange(aidl.channelMasks.begin(), aidl.channelMasks.end(), legacy.channel_masks, in aidl2legacy_AudioProfile_audio_profile()
2900 convertRange(legacy.sample_rates, legacy.sample_rates + legacy.num_sample_rates, in legacy2aidl_audio_profile_AudioProfile()
2908 convertRange(legacy.channel_masks, legacy.channel_masks + legacy.num_channel_masks, in legacy2aidl_audio_profile_AudioProfile()
2963 RETURN_IF_ERROR(convertRange( in aidl2legacy_AudioPort_audio_port_v7()
2974 convertRange( in aidl2legacy_AudioPort_audio_port_v7()
2983 RETURN_IF_ERROR(convertRange(aidl.hal.gains.begin(), aidl.hal.gains.end(), legacy.gains, in aidl2legacy_AudioPort_audio_port_v7()
3009 convertRange(legacy.audio_profiles, legacy.audio_profiles + legacy.num_audio_profiles, in legacy2aidl_audio_port_v7_AudioPort()
3020 convertRange(legacy.extra_audio_descriptors, in legacy2aidl_audio_port_v7_AudioPort()
3029 convertRange(legacy.gains, legacy.gains + legacy.num_gains, in legacy2aidl_audio_port_v7_AudioPort()
DPolicyAidlConversion.cpp222 RETURN_IF_ERROR(convertRange(aidl.criteria.begin(), aidl.criteria.end(), in aidl2legacy_AudioMix()
DAudioSystem.cpp1542 RETURN_STATUS_IF_ERROR(convertRange(portsAidl.begin(), portsAidl.end(), ports, in listAudioPorts()
1608 RETURN_STATUS_IF_ERROR(convertRange(patchesAidl.begin(), patchesAidl.end(), patches, in listAudioPatches()
1789 convertRange(mixes.begin(), mixes.begin() + mixesSize, std::back_inserter(mixesAidl), in registerPolicyMixes()
1942 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getSurroundFormats()
1967 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getReportedSurroundFormats()
DAudioEffect.cpp645 RETURN_STATUS_IF_ERROR(convertRange(retAidl.begin(), retAidl.end(), descriptors, in queryDefaultPreProcessing()
DIAudioFlinger.cpp705 return convertRange(aidlRet.begin(), aidlRet.end(), patches, in listAudioPatches()
1244 RETURN_BINDER_IF_ERROR(convertRange(&patchesLegacy[0], in listAudioPatches()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1345 convertRange(descriptors.get(), descriptors.get() + countReq, in queryDefaultPreProcessing()
1437 convertRange(systemUsagesAidl.begin(), systemUsagesAidl.begin() + size, in setSupportedSystemUsages()
1534 convertRange(ports.get(), ports.get() + numPortsReq, std::back_inserter(*portsAidl), in listAudioPorts()
1615 convertRange(patches.get(), patches.get() + numPatchesReq, in listAudioPatches()
1685 convertRange(mixesAidl.begin(), mixesAidl.begin() + size, std::back_inserter(mixes), in registerPolicyMixes()
1901 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getSurroundFormats()
1932 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getReportedSurroundFormats()
/frameworks/av/media/libaudioclient/include/media/
DAidlConversionUtil.h70 status_t convertRange(InputIterator start, in convertRange() function