Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Daudio_ctrl_ack.h27 using ::aidl::android::hardware::bluetooth::audio::BluetoothAudioStatus;
41 inline BluetoothAudioStatus BluetoothAudioCtrlAckToHalStatus( in BluetoothAudioCtrlAckToHalStatus()
45 return BluetoothAudioStatus::SUCCESS; in BluetoothAudioCtrlAckToHalStatus()
47 return BluetoothAudioStatus::UNSUPPORTED_CODEC_CONFIGURATION; in BluetoothAudioCtrlAckToHalStatus()
49 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
51 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
53 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
55 return BluetoothAudioStatus::RECONFIGURATION; in BluetoothAudioCtrlAckToHalStatus()
57 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
Dclient_interface_aidl.h46 using ::aidl::android::hardware::bluetooth::audio::BluetoothAudioStatus;
Dclient_interface_aidl.cc472 BluetoothAudioStatus status = BluetoothAudioCtrlAckToHalStatus(ack); in StreamStarted()
491 BluetoothAudioStatus status = BluetoothAudioCtrlAckToHalStatus(ack); in StreamSuspended()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h62 using BluetoothAudioStatus = variable
76 inline BluetoothAudioStatus BluetoothAudioCtrlAckToHalStatus( in BluetoothAudioCtrlAckToHalStatus()
80 return BluetoothAudioStatus::SUCCESS; in BluetoothAudioCtrlAckToHalStatus()
82 return BluetoothAudioStatus::UNSUPPORTED_CODEC_CONFIGURATION; in BluetoothAudioCtrlAckToHalStatus()
84 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
86 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
88 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
90 return BluetoothAudioStatus::FAILURE; in BluetoothAudioCtrlAckToHalStatus()
Dclient_interface_hidl.cc127 _hidl_cb((retval ? BluetoothAudioStatus::SUCCESS in getPresentationPosition()
128 : BluetoothAudioStatus::FAILURE), in getPresentationPosition()
318 BluetoothAudioStatus status, in FetchAudioProvider()
321 if (status == BluetoothAudioStatus::SUCCESS) { in FetchAudioProvider()
386 BluetoothAudioStatus status, in FetchAudioProvider_2_1()
389 if (status == BluetoothAudioStatus::SUCCESS) { in FetchAudioProvider_2_1()
563 BluetoothAudioStatus session_status; in StartSession()
568 BluetoothAudioStatus status, in StartSession()
572 if (status == BluetoothAudioStatus::SUCCESS && dataMQ.isHandleValid()) { in StartSession()
589 session_status == BluetoothAudioStatus::SUCCESS) { in StartSession()
[all …]
Dclient_interface_hidl_unittest.cc51 using ::bluetooth::audio::hidl::BluetoothAudioStatus;
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.cc50 uint16_t cookie, bool start_resp, const BluetoothAudioStatus& status)>;
140 const BluetoothAudioStatus& status) { in SetUp()
253 const BluetoothAudioStatus& status) { in ControlResultHandler()
268 if (status == BluetoothAudioStatus::RECONFIGURATION || in ControlResultHandler()
269 status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()
280 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()
292 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()
Ddevice_port_proxy.h126 using ::aidl::android::hardware::bluetooth::audio::BluetoothAudioStatus;
199 void ControlResultHandler(const BluetoothAudioStatus& status);
Ddevice_port_proxy_hidl.cc255 if (status == BluetoothAudioStatus::SUCCESS) { in ControlResultHandler()