Home
last modified time | relevance | path

Searched refs:IsSoftwarePcmConfigurationValid (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.0/default/
DHearingAidAudioProvider.cpp78 } else if (!android::bluetooth::audio::IsSoftwarePcmConfigurationValid( in startSession()
DA2dpSoftwareAudioProvider.cpp82 } else if (!android::bluetooth::audio::IsSoftwarePcmConfigurationValid( in startSession()
/hardware/interfaces/bluetooth/audio/2.1/default/
DA2dpSoftwareAudioProvider.cpp88 } else if (!android::bluetooth::audio::IsSoftwarePcmConfigurationValid( in startSession()
DHearingAidAudioProvider.cpp84 } else if (!android::bluetooth::audio::IsSoftwarePcmConfigurationValid( in startSession()
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSupportedCodecsDB.cpp340 bool IsSoftwarePcmConfigurationValid(const PcmParameters& pcm_config) { in IsSoftwarePcmConfigurationValid() function