Home
last modified time | relevance | path

Searched defs:pcmType (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp58 static AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile()
123 static AudioPortConfig createPortConfig(int32_t id, int32_t portId, PcmType pcmType, int32_t layout, in createPortConfig()
142 auto createStdPcmAudioProfile = [](const PcmType& pcmType) { in getStandard16And24BitPcmAudioProfiles()
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp150 const auto pcmType = pcmTypeFromBitsPerSample(pcmConfig.bitsPerSample); in setAudioPortConfig() local
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp103 AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile()