Home
last modified time | relevance | path

Searched refs:avrcpData (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_mpItem.cpp59 BluetoothAvrcpMpItem *avrcpData = new BluetoothAvrcpMpItem(); in Unmarshalling() local
60 if (avrcpData != nullptr && !avrcpData->ReadFromParcel(parcel)) { in Unmarshalling()
61 delete avrcpData; in Unmarshalling()
62 avrcpData = nullptr; in Unmarshalling()
64 return avrcpData; in Unmarshalling()
H A Dbluetooth_avrcp_meItem.cpp64 BluetoothAvrcpMeItem* avrcpData = new BluetoothAvrcpMeItem(); in Unmarshalling() local
65 if (avrcpData != nullptr && !avrcpData->ReadFromParcel(parcel)) { in Unmarshalling()
66 delete avrcpData; in Unmarshalling()
67 avrcpData = nullptr; in Unmarshalling()
69 return avrcpData; in Unmarshalling()

Completed in 2 milliseconds