Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.h45 using BluetoothAudioStatus = variable
59 inline BluetoothAudioStatus BluetoothAudioCtrlAckToHalStatus( in BluetoothAudioCtrlAckToHalStatus()
63 return BluetoothAudioStatus::SUCCESS; in BluetoothAudioCtrlAckToHalStatus()
65 return BluetoothAudioStatus::UNSUPPORTED_CODEC_CONFIGURATION; in BluetoothAudioCtrlAckToHalStatus()
67 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
69 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
71 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
73 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
Dclient_interface.cc124 _hidl_cb((retval ? BluetoothAudioStatus::SUCCESS in getPresentationPosition()
125 : BluetoothAudioStatus::FAILURE), in getPresentationPosition()
268 BluetoothAudioStatus status, in fetch_audio_provider()
271 if (status == BluetoothAudioStatus::SUCCESS) { in fetch_audio_provider()
334 BluetoothAudioStatus session_status; in StartSession()
339 BluetoothAudioStatus status, in StartSession()
343 if (status == BluetoothAudioStatus::SUCCESS && dataMQ.isHandleValid()) { in StartSession()
360 session_status == BluetoothAudioStatus::SUCCESS) { in StartSession()
387 BluetoothAudioStatus status = BluetoothAudioCtrlAckToHalStatus(ack); in StreamStarted()
404 BluetoothAudioStatus status = BluetoothAudioCtrlAckToHalStatus(ack); in StreamSuspended()
Dclient_interface_unittest.cc43 using ::bluetooth::audio::BluetoothAudioStatus;
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc42 using BluetoothAudioStatus = typedef
45 uint16_t cookie, bool start_resp, const BluetoothAudioStatus& status)>;
112 const BluetoothAudioStatus& status) { in SetUp()
187 const BluetoothAudioStatus& status) { in ControlResultHandler()
200 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()
211 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()