/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_a2dp_a2dpCodecInfo.h | 24 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 D | bluetooth_a2dp_a2dpCodecStatus.cpp | 26 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 D | bluetooth_a2dp_a2dpCodecInfo.cpp | 21 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 D | i_bluetooth_a2dp_src.h | 47 virtual int GetCodecPreference(const RawAddress &device, BluetoothA2dpCodecInfo &info) = 0; 48 … virtual int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) = 0;
|
H A D | i_bluetooth_a2dp_src_observer.h | 41 …virtual void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 47 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 D | bluetooth_a2dp_audio_src_observer_stub.cpp | 87 std::shared_ptr<BluetoothA2dpCodecInfo> info(data.ReadParcelable<BluetoothA2dpCodecInfo>()); in OnConfigurationChangedInner()
|
H A D | bluetooth_a2dp_src_observer.cpp | 43 …(const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, i… in OnConfigurationChanged()
|
H A D | audio_bluetooth_manager.cpp | 107 static void AudioOnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &inf… in AudioOnConfigurationChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 45 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 D | bluetooth_a2dp_src_observer_stub.cpp | 100 std::shared_ptr<BluetoothA2dpCodecInfo> info(data.ReadParcelable<BluetoothA2dpCodecInfo>()); in OnConfigurationChangedInner()
|
H A D | bluetooth_a2dp_src_proxy.cpp | 246 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 D | bluetooth_a2dp_source_server.cpp | 63 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 D | bluetooth_a2dp_src_observer.h | 30 …(const OHOS::bluetooth::RawAddress &device, const OHOS::Bluetooth::BluetoothA2dpCodecInfo &info, i…
|
H A D | audio_bluetooth_manager.h | 37 …void (*OnConfigurationChanged)(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int e…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_a2dp_src_observer_proxy.h | 32 …void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int erro…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 87 const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) in OnConfigurationChanged()
|
H A D | bluetooth_a2dp_src_stub.cpp | 316 std::shared_ptr<BluetoothA2dpCodecInfo> info(data.ReadParcelable<BluetoothA2dpCodecInfo>()); in SetCodecPreferenceInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 85 …void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int erro… in OnConfigurationChanged() 437 BluetoothA2dpCodecInfo serviceInfo; in GetCodecPreference() 465 BluetoothA2dpCodecInfo serviceInfo; in SetCodecPreference()
|