Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc67 std::unordered_map<int, ::hfp::sco_config> HfpTransport::GetHfpScoConfig( in GetHfpScoConfig()
74 HfpTransport::HfpTransport() { hfp_pending_cmd_ = HFP_CTRL_CMD_NONE; } in HfpTransport() function in bluetooth::audio::aidl::hfp::HfpTransport
76 BluetoothAudioCtrlAck HfpTransport::StartRequest() { in StartRequest()
111 void HfpTransport::StopRequest() { in StopRequest()
125 void HfpTransport::ResetPendingCmd() { hfp_pending_cmd_ = HFP_CTRL_CMD_NONE; } in ResetPendingCmd()
127 uint8_t HfpTransport::GetPendingCmd() const { return hfp_pending_cmd_; } in GetPendingCmd()
130 void HfpTransport::LogBytesProcessed(size_t bytes_read) {} in LogBytesProcessed()
132 BluetoothAudioCtrlAck HfpTransport::SuspendRequest() { in SuspendRequest()
136 void HfpTransport::SetLatencyMode(LatencyMode latency_mode) {} in SetLatencyMode()
138 void HfpTransport::SourceMetadataChanged( in SourceMetadataChanged()
[all …]
Dhfp_client_interface_aidl.h47 class HfpTransport {
49 HfpTransport();
123 HfpTransport* transport_;
166 HfpTransport* transport_;
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.cc509 return aidl::hfp::HfpTransport::GetHfpScoConfig( in GetHfpScoConfig()