Home
last modified time | relevance | path

Searched refs:GetSoftwarePcmCapabilities (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSupportedCodecsDB.h30 std::vector<PcmParameters> GetSoftwarePcmCapabilities();
DBluetoothAudioSupportedCodecsDB.cpp299 std::vector<PcmParameters> GetSoftwarePcmCapabilities() { in GetSoftwarePcmCapabilities() function
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioCodecs.h43 static std::vector<PcmCapabilities> GetSoftwarePcmCapabilities();
DBluetoothAudioCodecs.cpp271 BluetoothAudioCodecs::GetSoftwarePcmCapabilities() { in GetSoftwarePcmCapabilities() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioCodecs
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvidersFactory.cpp84 android::bluetooth::audio::GetSoftwarePcmCapabilities(); in getProviderCapabilities()
/hardware/interfaces/bluetooth/audio/2.1/default/
DBluetoothAudioProvidersFactory.cpp125 android::bluetooth::audio::GetSoftwarePcmCapabilities(); in getProviderCapabilities()
/hardware/interfaces/bluetooth/audio/aidl/default/
DBluetoothAudioProviderFactory.cpp144 auto pcm_capabilities = BluetoothAudioCodecs::GetSoftwarePcmCapabilities(); in getProviderCapabilities()