Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.cc191 auto pending_cmd = instance->GetPendingCmd(); in ConfirmStreamingRequest() local
192 switch (pending_cmd) { in ConfirmStreamingRequest()
202 log::warn("Invalid state, {}", pending_cmd); in ConfirmStreamingRequest()
208 auto pending_cmd = instance->GetPendingCmd(); in CancelStreamingRequest() local
209 switch (pending_cmd) { in CancelStreamingRequest()
219 log::warn("Invalid state, {}", pending_cmd); in CancelStreamingRequest()
337 auto pending_cmd = instance->GetPendingCmd(); in ConfirmStreamingRequest() local
338 switch (pending_cmd) { in ConfirmStreamingRequest()
348 log::warn("Invalid state, {}", pending_cmd); in ConfirmStreamingRequest()
354 auto pending_cmd = instance->GetPendingCmd(); in CancelStreamingRequest() local
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc502 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_started() local
503 if (pending_cmd == A2DP_CTRL_CMD_START) { in ack_stream_started()
506 log::warn("pending={} ignore result={}", pending_cmd, ctrl_ack); in ack_stream_started()
519 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_suspended() local
520 if (pending_cmd == A2DP_CTRL_CMD_SUSPEND) { in ack_stream_suspended()
522 } else if (pending_cmd == A2DP_CTRL_CMD_STOP) { in ack_stream_suspended()
525 log::warn("pending={} ignore result={}", pending_cmd, ctrl_ack); in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc639 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_started() local
640 if (pending_cmd == A2DP_CTRL_CMD_START) { in ack_stream_started()
643 log::warn("pending={} ignore result={}", pending_cmd, ctrl_ack); in ack_stream_started()
656 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_suspended() local
657 if (pending_cmd == A2DP_CTRL_CMD_SUSPEND) { in ack_stream_suspended()
659 } else if (pending_cmd == A2DP_CTRL_CMD_STOP) { in ack_stream_suspended()
662 log::warn("pending={} ignore result={}", pending_cmd, ctrl_ack); in ack_stream_suspended()