Home
last modified time | relevance | path

Searched defs:GetPendingCmd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc176 uint8_t HfpTransport::GetPendingCmd() const { return hfp_pending_cmd_; } in GetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpTransport
274 uint8_t HfpDecodingTransport::GetPendingCmd() const { return transport_->GetPendingCmd(); } in GetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport
331 uint8_t HfpEncodingTransport::GetPendingCmd() const { return transport_->GetPendingCmd(); } in GetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_unittest.cc141 uint8_t HfpTransport::GetPendingCmd() const { return HFP_CTRL_CMD_NONE; } in GetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpTransport
182 uint8_t HfpDecodingTransport::GetPendingCmd() const { return HFP_CTRL_CMD_NONE; } in GetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport
208 uint8_t HfpEncodingTransport::GetPendingCmd() const { return HFP_CTRL_CMD_NONE; } in GetPendingCmd() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc179 tA2DP_CTRL_CMD GetPendingCmd() const { return a2dp_pending_cmd_; } in GetPendingCmd() function in bluetooth::audio::hidl::a2dp::__anon0c8661fa0211::A2dpTransport
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc204 tA2DP_CTRL_CMD A2dpTransport::GetPendingCmd() const { return a2dp_pending_cmd_; } in GetPendingCmd() function in bluetooth::audio::aidl::a2dp::__anon8fac47a20311::A2dpTransport