Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A 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()
/aosp_15_r20/hardware/interfaces/audio/aidl/default/bluetooth/
H A DModuleBluetooth.cpp150 const auto pcmType = pcmTypeFromBitsPerSample(pcmConfig.bitsPerSample); in setAudioPortConfig() local
/aosp_15_r20/device/generic/car/emulator/audio/halservice/
DAudioControl.cpp158 AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile()
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/
H A DAudioControl.cpp156 AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile()
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/
H A DCoreAudioHalAidl_test.cpp110 AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile()