Searched refs:putAUInt32 (Results 1 – 4 of 4) sorted by relevance
87 void putAUInt32(const uint32_t* values, int count);88 void putAUInt32(const UInt32List* list);
389 void MtpDataPacket::putAUInt32(const uint32_t* values, int count) { in putAUInt32() function in android::MtpDataPacket395 void MtpDataPacket::putAUInt32(const UInt32List* list) { in putAUInt32() function in android::MtpDataPacket
599 mData.putAUInt32(handles); in doGetObjectHandles()638 mData.putAUInt32(handles); in doGetObjectReferences()
111 mtpDataPacket.putAUInt32(arr, size); in process()113 mtpDataPacket.putAUInt32(nullptr, 0); in process()159 mtpDataPacket.putAUInt32(&arr); in process()161 mtpDataPacket.putAUInt32(nullptr); in process()