Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_meItem.cpp20 const uint32_t AVRCP_READ_FROM_PARCEL_COUNT_MAX = 0xFFFF; member
90 if (!parcel.ReadUint32(size) || size > AVRCP_READ_FROM_PARCEL_COUNT_MAX) { in ReadFromParcel()
100 if (!parcel.ReadUint32(size) || size > AVRCP_READ_FROM_PARCEL_COUNT_MAX) { in ReadFromParcel()
H A Dbluetooth_avrcp_mpItem.cpp20 const uint32_t AVRCP_READ_FROM_PARCEL_COUNT_MAX = 0xFFFF; member
85 if (!parcel.ReadUint32(size) || size > AVRCP_READ_FROM_PARCEL_COUNT_MAX) { in ReadFromParcel()

Completed in 1 milliseconds