Lines Matching refs:audio
29 using ::bluetooth::audio::AudioCapabilities;
30 using ::bluetooth::audio::AudioConfiguration;
31 using ::bluetooth::audio::BitsPerSample;
32 using ::bluetooth::audio::BluetoothAudioCtrlAck;
33 using ::bluetooth::audio::ChannelMode;
34 using ::bluetooth::audio::PcmParameters;
35 using ::bluetooth::audio::SampleRate;
36 using ::bluetooth::audio::SessionType;
38 using ::bluetooth::audio::BluetoothAudioClientInterface;
39 using ::bluetooth::audio::codec::A2dpAacToHalConfig;
40 using ::bluetooth::audio::codec::A2dpAptxToHalConfig;
41 using ::bluetooth::audio::codec::A2dpCodecToHalBitsPerSample;
42 using ::bluetooth::audio::codec::A2dpCodecToHalChannelMode;
43 using ::bluetooth::audio::codec::A2dpCodecToHalSampleRate;
44 using ::bluetooth::audio::codec::A2dpLdacToHalConfig;
45 using ::bluetooth::audio::codec::A2dpSbcToHalConfig;
46 using ::bluetooth::audio::codec::CodecConfiguration;
51 class A2dpTransport : public ::bluetooth::audio::IBluetoothTransportInstance {
227 *codec_config = ::bluetooth::audio::codec::kInvalidCodecConfiguration; in a2dp_get_selected_hal_codec_config()
267 *codec_config = ::bluetooth::audio::codec::kInvalidCodecConfiguration; in a2dp_get_selected_hal_codec_config()
290 *pcm_config = ::bluetooth::audio::BluetoothAudioClientInterface:: in a2dp_get_selected_hal_pcm_config()
315 namespace audio { namespace
320 return ::bluetooth::audio::codec::UpdateOffloadingCapabilities( in update_codec_offloading_capabilities()
347 software_hal_interface = new bluetooth::audio::BluetoothAudioClientInterface( in init()
360 new bluetooth::audio::BluetoothAudioClientInterface(a2dp_sink, in init()
427 bluetooth::audio::codec::IsCodecOffloadingEnabled(codec_config); in setup_codec()
484 if (ctrl_ack != bluetooth::audio::BluetoothAudioCtrlAck::PENDING) { in ack_stream_started()
504 if (ctrl_ack != bluetooth::audio::BluetoothAudioCtrlAck::PENDING) { in ack_stream_suspended()