Home
last modified time | relevance | path

Searched refs:ResetPendingCmd (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.cc164 get_decode_transport_instance()->ResetPendingCmd(); in StopSession()
196 instance->ResetPendingCmd(); in ConfirmStreamingRequest()
213 instance->ResetPendingCmd(); in CancelStreamingRequest()
310 get_encode_transport_instance()->ResetPendingCmd(); in StopSession()
342 instance->ResetPendingCmd(); in ConfirmStreamingRequest()
359 instance->ResetPendingCmd(); in CancelStreamingRequest()
456 get_encode_transport_instance()->ResetPendingCmd(); in StopSession()
480 instance->ResetPendingCmd(); in ConfirmStreamingRequest()
497 instance->ResetPendingCmd(); in CancelStreamingRequest()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc125 void HfpTransport::ResetPendingCmd() { hfp_pending_cmd_ = HFP_CTRL_CMD_NONE; } in ResetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpTransport
200 void HfpDecodingTransport::ResetPendingCmd() { transport_->ResetPendingCmd(); } in ResetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport
254 void HfpEncodingTransport::ResetPendingCmd() { transport_->ResetPendingCmd(); } in ResetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
Dhfp_client_interface_aidl.h71 void ResetPendingCmd();
112 void ResetPendingCmd();
155 void ResetPendingCmd();
Da2dp_encoding_aidl.cc196 void A2dpTransport::ResetPendingCmd() { in ResetPendingCmd() function in bluetooth::audio::aidl::a2dp::__anonc7bc9b960111::A2dpTransport
500 static_cast<A2dpTransport*>(a2dp_sink)->ResetPendingCmd(); in cleanup()
629 ->ResetPendingCmd(); in end_session()
647 a2dp_sink->ResetPendingCmd(); in ack_stream_started()
666 a2dp_sink->ResetPendingCmd(); in ack_stream_suspended()
Da2dp_transport.h56 void ResetPendingCmd();
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc181 void ResetPendingCmd() { a2dp_pending_cmd_ = A2DP_CTRL_CMD_NONE; } in ResetPendingCmd() function in __anon2c872ac40111::A2dpTransport
421 static_cast<A2dpTransport*>(a2dp_sink)->ResetPendingCmd(); in cleanup()
492 ->ResetPendingCmd(); in end_session()
510 a2dp_sink->ResetPendingCmd(); in ack_stream_started()
529 a2dp_sink->ResetPendingCmd(); in ack_stream_suspended()