Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc238 PcmParameters pcm_capabilities = capabilities[0].pcmCapabilities(); in IsSoftwarePcmParametersSupported() local
244 (pcm_config.sampleRate & pcm_capabilities.sampleRate && in IsSoftwarePcmParametersSupported()
245 pcm_config.bitsPerSample & pcm_capabilities.bitsPerSample && in IsSoftwarePcmParametersSupported()
246 pcm_config.channelMode & pcm_capabilities.channelMode); in IsSoftwarePcmParametersSupported()
338 PcmParameters_2_1 pcm_capabilities = capabilities[0].pcmCapabilities(); in IsSoftwarePcmParameters_2_1_Supported() local
345 (pcm_config.sampleRate & pcm_capabilities.sampleRate && in IsSoftwarePcmParameters_2_1_Supported()
346 pcm_config.bitsPerSample & pcm_capabilities.bitsPerSample && in IsSoftwarePcmParameters_2_1_Supported()
347 pcm_config.channelMode & pcm_capabilities.channelMode); in IsSoftwarePcmParameters_2_1_Supported()