Searched refs:start_resp (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionReport.h | 51 const bool& start_resp, in ReportControlStatus() argument 56 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
D | BluetoothAudioSessionReport_2_1.h | 58 const bool& start_resp, const BluetoothAudioStatus& status) { in ReportControlStatus() argument 62 session_ptr->GetAudioSession()->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
D | BluetoothAudioSession.h | 71 std::function<void(uint16_t cookie, bool start_resp, 131 void ReportControlStatus(bool start_resp, const BluetoothAudioStatus& status);
|
D | BluetoothAudioSession.cpp | 133 bool start_resp, const BluetoothAudioStatus& status) { in ReportControlStatus() argument 147 << (start_resp ? " started" : " suspended"); in ReportControlStatus() 148 cb->control_result_cb_(cookie, start_resp, status); in ReportControlStatus()
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioSessionReport.h | 63 const bool& start_resp, in ReportControlStatus() argument 68 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
|
D | BluetoothAudioSession.h | 82 std::function<void(uint16_t cookie, bool start_resp, 142 void ReportControlStatus(bool start_resp, BluetoothAudioStatus status);
|
D | BluetoothAudioSession.cpp | 466 void BluetoothAudioSession::ReportControlStatus(bool start_resp, in ReportControlStatus() argument 481 << (start_resp ? " started" : " suspended"); in ReportControlStatus() 482 callback->control_result_cb_(cookie, start_resp, status); in ReportControlStatus()
|
D | HidlToAidlMiddleware.cpp | 509 [&session_legacy_callback_table](uint16_t cookie, bool start_resp, in RegisterControlResultCback() 517 cback->control_result_cb_(cookie, start_resp, to_hidl_status(status)); in RegisterControlResultCback()
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | DevicePortProxy.cpp | 86 auto control_result_cb = [port = this](uint16_t cookie, bool start_resp, in registerPort() 88 (void)start_resp; in registerPort()
|