Searched refs:GetCodecPreference (Results 1 – 8 of 8) sorted by relevance
47 virtual int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) = 0;
47 int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) override;
45 int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) override;
270 int GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info);
422 int A2dpSource::GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info) in GetCodecPreference() function in OHOS::Bluetooth::A2dpSource438 int ret = proxy->GetCodecPreference(RawAddress(device.GetDeviceAddr()), serviceInfo); in GetCodecPreference()
362 int BluetoothA2dpSourceServer::GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo … in GetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
246 int BluetoothA2dpSrcProxy::GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &inf… in GetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
681 int errorCode = profile->GetCodecPreference(remoteDevice, a2dpCodecInfo); in GetCurrentCodecInfo()