Lines Matching refs:createProfile
58 static AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile() function
67 static AudioProfile createProfile(const std::string& encodingType, in createProfile() function
200 createProfile(PcmType::INT_16_BIT, in getPrimaryConfiguration()
261 createProfile(PcmType::INT_16_BIT, in getPrimaryConfiguration()
339 createProfile(PcmType::INT_16_BIT, {AudioChannelLayout::LAYOUT_STEREO}, in getRSubmixConfiguration()
412 createProfile(PcmType::INT_16_BIT, in getUsbConfiguration()
416 createProfile(PcmType::INT_24_BIT, in getUsbConfiguration()
546 createProfile(PcmType::INT_24_BIT, in getStubConfiguration()
554 testFastOutMix.profiles.push_back(createProfile( in getStubConfiguration()
565 createProfile(::android::MEDIA_MIMETYPE_AUDIO_MPEG, in getStubConfiguration()
573 createProfile(PcmType::INT_16_BIT, in getStubConfiguration()
578 createProfile(PcmType::INT_24_BIT, in getStubConfiguration()
629 createProfile(PcmType::INT_16_BIT, {AudioChannelLayout::LAYOUT_STEREO}, in getBluetoothConfiguration()
631 const std::vector<AudioProfile> hearingAidAudioProfiles = {createProfile( in getBluetoothConfiguration()