Home
last modified time | relevance | path

Searched refs:OffloadCodecStatus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecStatus.h43 class BluetoothA2dpOffloadCodecStatus : public Parcelable, public bluetooth::OffloadCodecStatus {
46 explicit BluetoothA2dpOffloadCodecStatus(const bluetooth::OffloadCodecStatus &other) in BluetoothA2dpOffloadCodecStatus()
47 : bluetooth::OffloadCodecStatus(other) {} in BluetoothA2dpOffloadCodecStatus()
49 : bluetooth::OffloadCodecStatus(other) {} in BluetoothA2dpOffloadCodecStatus()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h182 struct OffloadCodecStatus { struct