Home
last modified time | relevance | path

Searched refs:BluetoothA2dpCodecInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecInfo.h24 class BluetoothA2dpCodecInfo : public Parcelable,
27 BluetoothA2dpCodecInfo() = default;
28 BluetoothA2dpCodecInfo(const bluetooth::CodecInfo& other) in BluetoothA2dpCodecInfo() function
30 BluetoothA2dpCodecInfo(const BluetoothA2dpCodecInfo& other) in BluetoothA2dpCodecInfo() function
32 ~BluetoothA2dpCodecInfo() override = default;
36 static BluetoothA2dpCodecInfo *Unmarshalling(Parcel &parcel);
H A Dbluetooth_a2dp_a2dpCodecStatus.cpp26 BluetoothA2dpCodecInfo info = bluetooth::CodecInfo(codecInfo); in Marshalling()
68 std::shared_ptr<BluetoothA2dpCodecInfo> info(parcel.ReadParcelable<BluetoothA2dpCodecInfo>()); in ReadFromParcel()
78 …std::shared_ptr<BluetoothA2dpCodecInfo> infoLocalCap(parcel.ReadParcelable<BluetoothA2dpCodecInfo>… in ReadFromParcel()
88 …std::shared_ptr<BluetoothA2dpCodecInfo> infoConfirmCap(parcel.ReadParcelable<BluetoothA2dpCodecInf… in ReadFromParcel()
H A Dbluetooth_a2dp_a2dpCodecInfo.cpp21 bool BluetoothA2dpCodecInfo::Marshalling(Parcel &parcel) const in Marshalling()
53 bool BluetoothA2dpCodecInfo::WriteToParcel(Parcel &parcel) in WriteToParcel()
58 BluetoothA2dpCodecInfo *BluetoothA2dpCodecInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
60 BluetoothA2dpCodecInfo *codecData = new BluetoothA2dpCodecInfo(); in Unmarshalling()
68 bool BluetoothA2dpCodecInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h47 virtual int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) = 0;
48 … virtual int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) = 0;
H A Di_bluetooth_a2dp_src_observer.h41 …virtual void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, …
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h47 int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) override;
48 int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) override;
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_audio_src_observer_stub.cpp87 std::shared_ptr<BluetoothA2dpCodecInfo> info(data.ReadParcelable<BluetoothA2dpCodecInfo>()); in OnConfigurationChangedInner()
H A Dbluetooth_a2dp_src_observer.cpp43 …(const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, i… in OnConfigurationChanged()
H A Daudio_bluetooth_manager.cpp107 static void AudioOnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &inf… in AudioOnConfigurationChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h45 int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) override;
46 int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp100 std::shared_ptr<BluetoothA2dpCodecInfo> info(data.ReadParcelable<BluetoothA2dpCodecInfo>()); in OnConfigurationChangedInner()
H A Dbluetooth_a2dp_src_proxy.cpp246 int BluetoothA2dpSrcProxy::GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &inf… in GetCodecPreference()
264 …std::shared_ptr<BluetoothA2dpCodecInfo> bluetoothA2dpCodecInfo(reply.ReadParcelable<BluetoothA2dpC… in GetCodecPreference()
273 …toothA2dpSrcProxy::SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) in SetCodecPreference()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp63 BluetoothA2dpCodecInfo tmpInfo {}; in OnConfigurationChanged()
320 BluetoothA2dpCodecInfo serviceInfo; in GetCodecStatus()
362 int BluetoothA2dpSourceServer::GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo in GetCodecPreference()
367 …hA2dpSourceServer::SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) in SetCodecPreference()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_src_observer.h30 …(const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, i…
H A Daudio_bluetooth_manager.h37 …void (*OnConfigurationChanged)(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int e…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_a2dp_src_observer_proxy.h32 …void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int erro…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_observer_proxy.cpp87 const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) in OnConfigurationChanged()
H A Dbluetooth_a2dp_src_stub.cpp316 std::shared_ptr<BluetoothA2dpCodecInfo> info(data.ReadParcelable<BluetoothA2dpCodecInfo>()); in SetCodecPreferenceInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp85 …void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int erro… in OnConfigurationChanged()
437 BluetoothA2dpCodecInfo serviceInfo; in GetCodecPreference()
465 BluetoothA2dpCodecInfo serviceInfo; in SetCodecPreference()