Searched refs:convertRange (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/audioaidlconversion/ |
D | AidlConversionCppNdk.cpp | 2566 RETURN_IF_ERROR(convertRange( in aidl2legacy_AudioPort_audio_port_v7() 2577 convertRange( in aidl2legacy_AudioPort_audio_port_v7() 2586 RETURN_IF_ERROR(convertRange(aidl.gains.begin(), aidl.gains.end(), legacy.gains, in aidl2legacy_AudioPort_audio_port_v7() 2616 convertRange(legacy.audio_profiles, legacy.audio_profiles + legacy.num_audio_profiles, in legacy2aidl_audio_port_v7_AudioPort() 2627 convertRange(legacy.extra_audio_descriptors, in legacy2aidl_audio_port_v7_AudioPort() 2636 convertRange(legacy.gains, legacy.gains + legacy.num_gains, in legacy2aidl_audio_port_v7_AudioPort() 2667 convertRange(aidl.sampleRates.begin(), aidl.sampleRates.end(), legacy.sample_rates, in aidl2legacy_AudioProfile_audio_profile() 2675 convertRange(aidl.channelMasks.begin(), aidl.channelMasks.end(), legacy.channel_masks, in aidl2legacy_AudioProfile_audio_profile() 2695 convertRange(legacy.sample_rates, legacy.sample_rates + legacy.num_sample_rates, in legacy2aidl_audio_profile_AudioProfile() 2703 convertRange(legacy.channel_masks, legacy.channel_masks + legacy.num_channel_masks, in legacy2aidl_audio_profile_AudioProfile()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 1417 convertRange(descriptors.get(), descriptors.get() + countReq, in queryDefaultPreProcessing() 1509 convertRange(systemUsagesAidl.begin(), systemUsagesAidl.begin() + size, in setSupportedSystemUsages() 1606 convertRange(ports.get(), ports.get() + numPortsReq, std::back_inserter(*portsAidl), in listAudioPorts() 1699 convertRange(patches.get(), patches.get() + numPatchesReq, in listAudioPatches() 1769 convertRange(mixesAidl.begin(), mixesAidl.begin() + size, std::back_inserter(mixes), in registerPolicyMixes() 2018 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getSurroundFormats() 2049 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getReportedSurroundFormats()
|
/frameworks/av/media/audioaidlconversion/include/media/ |
D | AidlConversionUtil-impl.h | 92 ::android::status_t convertRange(InputIterator start, in convertRange() function
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 1646 RETURN_STATUS_IF_ERROR(convertRange(portsAidl.begin(), portsAidl.end(), ports, in listAudioPorts() 1721 RETURN_STATUS_IF_ERROR(convertRange(patchesAidl.begin(), patchesAidl.end(), patches, in listAudioPatches() 1898 convertRange(mixes.begin(), mixes.begin() + mixesSize, std::back_inserter(mixesAidl), in registerPolicyMixes() 1934 RETURN_STATUS_IF_ERROR(convertRange(update.second.begin(), update.second.end(), in updatePolicyMixes() 2091 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getSurroundFormats() 2116 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getReportedSurroundFormats()
|
D | PolicyAidlConversion.cpp | 230 RETURN_IF_ERROR(convertRange(aidl.criteria.begin(), aidl.criteria.end(), in aidl2legacy_AudioMix()
|
D | AudioEffect.cpp | 682 RETURN_STATUS_IF_ERROR(convertRange(retAidl.begin(), retAidl.end(), descriptors, in queryDefaultPreProcessing()
|
D | IAudioFlinger.cpp | 718 return convertRange(aidlRet.begin(), aidlRet.end(), patches, in listAudioPatches() 1330 RETURN_BINDER_IF_ERROR(convertRange(&patchesLegacy[0], in listAudioPatches()
|