Home
last modified time | relevance | path

Searched refs:SetCodecPreference (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h48 virtual int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h258 virtual int SetCodecPreference(const RawAddress &device, const A2dpSrcCodecInfo &info) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h280 int SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h48 int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h46 int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp359 int BluetoothA2dpSourceServer::SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) in SetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
361 HILOGI("BluetoothA2dpSourceServer::SetCodecPreference starts, codecPriority = %{public}u," in SetCodecPreference()
380 return pimpl->a2dpSrcService_->SetCodecPreference(device, setInfo); in SetCodecPreference()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h330 int SetCodecPreference(const RawAddress &device, const A2dpSrcCodecInfo &info) override;
H A Da2dp_service.cpp752 int A2dpService::SetCodecPreference(const RawAddress &device, const A2dpSrcCodecInfo &info) in SetCodecPreference() function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp290 * @tc.name: SetCodecPreference
309 EXPECT_EQ(profile_->SetCodecPreference(device, info), 0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp447 int A2dpSource::SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info) in SetCodecPreference() function in OHOS::Bluetooth::A2dpSource
473 return proxy->SetCodecPreference(RawAddress(device.GetDeviceAddr()), serviceInfo); in SetCodecPreference()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp320 int result = SetCodecPreference(RawAddress(addr), *info); in SetCodecPreferenceInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp266 int BluetoothA2dpSrcProxy::SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) in SetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp658 int32_t errorCode = profile->SetCodecPreference(remoteDevice, a2dpCodecInfo); in SetCurrentCodecInfo()

Completed in 12 milliseconds