Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc509 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_started() local
510 if (pending_cmd == A2DP_CTRL_CMD_START) { in ack_stream_started()
513 LOG(WARNING) << __func__ << ": pending=" << pending_cmd in ack_stream_started()
527 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_suspended() local
528 if (pending_cmd == A2DP_CTRL_CMD_SUSPEND) { in ack_stream_suspended()
530 } else if (pending_cmd == A2DP_CTRL_CMD_STOP) { in ack_stream_suspended()
533 LOG(WARNING) << __func__ << ": pending=" << pending_cmd in ack_stream_suspended()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc492 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_started() local
493 if (pending_cmd == A2DP_CTRL_CMD_START) { in ack_stream_started()
496 LOG(WARNING) << __func__ << ": pending=" << pending_cmd in ack_stream_started()
510 auto pending_cmd = a2dp_sink->GetPendingCmd(); in ack_stream_suspended() local
511 if (pending_cmd == A2DP_CTRL_CMD_SUSPEND) { in ack_stream_suspended()
513 } else if (pending_cmd == A2DP_CTRL_CMD_STOP) { in ack_stream_suspended()
516 LOG(WARNING) << __func__ << ": pending=" << pending_cmd in ack_stream_suspended()