Searched refs:aidl2legacy_AudioProfile (Results 1 – 3 of 3) sorted by relevance
221 aidl2legacy_AudioProfile(const AudioProfile::Aidl& aidl, bool isInput) { in aidl2legacy_AudioProfile() function373 return aidl2legacy_AudioProfile(std::make_pair(p, ps), isInput); in aidl2legacy_AudioProfileVector()
112 aidl2legacy_AudioProfile(const AudioProfile::Aidl& aidl, bool isInput);
82 auto convBack = aidl2legacy_AudioProfile(conv.value(), false /*isInput*/); in TEST()