Home
last modified time | relevance | path

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

/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc101 BluetoothAudioPortOut::BluetoothAudioPortOut() in BluetoothAudioPortOut() function in android::bluetooth::audio::BluetoothAudioPortOut
106 bool BluetoothAudioPortOut::SetUp(audio_devices_t devices) { in SetUp()
146 bool BluetoothAudioPortOut::init_session_type(audio_devices_t device) { in init_session_type()
173 void BluetoothAudioPortOut::TearDown() { in TearDown()
186 void BluetoothAudioPortOut::ControlResultHandler( in ControlResultHandler()
232 void BluetoothAudioPortOut::SessionChangedHandler() { in SessionChangedHandler()
250 bool BluetoothAudioPortOut::in_use() const { in in_use()
254 bool BluetoothAudioPortOut::LoadAudioConfig(audio_config_t* audio_cfg) const { in LoadAudioConfig()
288 bool BluetoothAudioPortOut::CondwaitState(BluetoothStreamState state) { in CondwaitState()
317 bool BluetoothAudioPortOut::Start() { in Start()
[all …]
Ddevice_port_proxy.h35 class BluetoothAudioPortOut {
37 BluetoothAudioPortOut();
38 ~BluetoothAudioPortOut() = default;
Dstream_apis.h49 ::android::bluetooth::audio::BluetoothAudioPortOut bluetooth_output_;
Dstream_apis.cc33 using ::android::bluetooth::audio::BluetoothAudioPortOut;