Home
last modified time | relevance | path

Searched refs:GetCodecPreference (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h47 virtual int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h270 int GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h47 int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h45 int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp419 int A2dpSource::GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info) in GetCodecPreference() function in OHOS::Bluetooth::A2dpSource
435 int ret = proxy->GetCodecPreference(RawAddress(device.GetDeviceAddr()), serviceInfo); in GetCodecPreference()
437 HILOGE("GetCodecPreference error."); in GetCodecPreference()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp354 int BluetoothA2dpSourceServer::GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) in GetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp239 int BluetoothA2dpSrcProxy::GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) in GetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp677 int errorCode = profile->GetCodecPreference(remoteDevice, a2dpCodecInfo); in GetCurrentCodecInfo()

Completed in 6 milliseconds