Home
last modified time | relevance | path

Searched refs:start_resp (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSessionReport.h51 const bool& start_resp, in ReportControlStatus() argument
56 session_ptr->ReportControlStatus(start_resp, status); in ReportControlStatus()
DBluetoothAudioSession.h71 std::function<void(uint16_t cookie, bool start_resp,
128 void ReportControlStatus(bool start_resp, const BluetoothAudioStatus& status);
DBluetoothAudioSession.cpp127 bool start_resp, const BluetoothAudioStatus& status) { in ReportControlStatus() argument
141 << (start_resp ? " started" : " suspended"); in ReportControlStatus()
142 cb->control_result_cb_(cookie, start_resp, status); in ReportControlStatus()