Searched refs:GetOffloadCodecStatus (Results 1 – 8 of 8) sorted by relevance
61 virtual BluetoothA2dpOffloadCodecStatus GetOffloadCodecStatus(const RawAddress &device) = 0;
61 BluetoothA2dpOffloadCodecStatus GetOffloadCodecStatus(const RawAddress &device) override;
59 BluetoothA2dpOffloadCodecStatus GetOffloadCodecStatus(const RawAddress &device) override;
413 A2dpOffloadCodecStatus GetOffloadCodecStatus(const BluetoothRemoteDevice &device) const;
673 A2dpOffloadCodecStatus A2dpSource::GetOffloadCodecStatus(const BluetoothRemoteDevice &device) const in GetOffloadCodecStatus() function in OHOS::Bluetooth::A2dpSource683 proxy->GetOffloadCodecStatus(RawAddress(device.GetDeviceAddr())); in GetOffloadCodecStatus()
452 BluetoothA2dpOffloadCodecStatus BluetoothA2dpSourceServer::GetOffloadCodecStatus(const RawAddress &… in GetOffloadCodecStatus() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
443 BluetoothA2dpOffloadCodecStatus BluetoothA2dpSrcProxy::GetOffloadCodecStatus(const RawAddress &devi… in GetOffloadCodecStatus() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
7550 GetOffloadCodecStatus(bluetoothRemoteDevice_); in GetA2dpOffloadCodecAndSendToDsp()