Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.h44 using BluetoothAudioStatus = variable
58 inline BluetoothAudioStatus BluetoothAudioCtrlAckToHalStatus( in BluetoothAudioCtrlAckToHalStatus()
62 return BluetoothAudioStatus::SUCCESS; in BluetoothAudioCtrlAckToHalStatus()
64 return BluetoothAudioStatus::UNSUPPORTED_CODEC_CONFIGURATION; in BluetoothAudioCtrlAckToHalStatus()
66 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
68 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
70 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
72 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
Dclient_interface.cc125 _hidl_cb((retval ? BluetoothAudioStatus::SUCCESS in getPresentationPosition()
126 : BluetoothAudioStatus::FAILURE), in getPresentationPosition()
305 BluetoothAudioStatus status, in FetchAudioProvider()
308 if (status == BluetoothAudioStatus::SUCCESS) { in FetchAudioProvider()
371 BluetoothAudioStatus session_status; in StartSession()
376 BluetoothAudioStatus status, in StartSession()
380 if (status == BluetoothAudioStatus::SUCCESS && dataMQ.isHandleValid()) { in StartSession()
397 session_status == BluetoothAudioStatus::SUCCESS) { in StartSession()
424 BluetoothAudioStatus status = BluetoothAudioCtrlAckToHalStatus(ack); in StreamStarted()
441 BluetoothAudioStatus status = BluetoothAudioCtrlAckToHalStatus(ack); in StreamSuspended()
Dclient_interface_unittest.cc42 using ::bluetooth::audio::BluetoothAudioStatus;
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc41 using BluetoothAudioStatus = typedef
44 uint16_t cookie, bool start_resp, const BluetoothAudioStatus& status)>;
111 const BluetoothAudioStatus& status) { in SetUp()
186 const BluetoothAudioStatus& status) { in ControlResultHandler()
199 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()
210 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()