• Home
  • Raw
  • Download

Lines Matching refs:packet

125                                             MtpDataPacket& packet);
129 MtpDataPacket& packet);
132 MtpDataPacket& packet);
135 MtpDataPacket& packet);
142 MtpDataPacket& packet);
355 MtpDataPacket& packet) { in getObjectPropertyValue() argument
384 packet.putString(date); in getObjectPropertyValue()
391 packet.putString(date); in getObjectPropertyValue()
397 packet.putInt8(longValue); in getObjectPropertyValue()
400 packet.putUInt8(longValue); in getObjectPropertyValue()
403 packet.putInt16(longValue); in getObjectPropertyValue()
406 packet.putUInt16(longValue); in getObjectPropertyValue()
409 packet.putInt32(longValue); in getObjectPropertyValue()
412 packet.putUInt32(longValue); in getObjectPropertyValue()
415 packet.putInt64(longValue); in getObjectPropertyValue()
418 packet.putUInt64(longValue); in getObjectPropertyValue()
421 packet.putInt128(longValue); in getObjectPropertyValue()
424 packet.putInt128(longValue); in getObjectPropertyValue()
434 packet.putString(str); in getObjectPropertyValue()
437 packet.putEmptyString(); in getObjectPropertyValue()
468 MtpDataPacket& packet) { in setObjectPropertyValue() argument
480 longValue = packet.getInt8(); in setObjectPropertyValue()
483 longValue = packet.getUInt8(); in setObjectPropertyValue()
486 longValue = packet.getInt16(); in setObjectPropertyValue()
489 longValue = packet.getUInt16(); in setObjectPropertyValue()
492 longValue = packet.getInt32(); in setObjectPropertyValue()
495 longValue = packet.getUInt32(); in setObjectPropertyValue()
498 longValue = packet.getInt64(); in setObjectPropertyValue()
501 longValue = packet.getUInt64(); in setObjectPropertyValue()
506 packet.getString(buffer); in setObjectPropertyValue()
525 MtpDataPacket& packet) { in getDevicePropertyValue() argument
545 packet.putInt8(longValue); in getDevicePropertyValue()
548 packet.putUInt8(longValue); in getDevicePropertyValue()
551 packet.putInt16(longValue); in getDevicePropertyValue()
554 packet.putUInt16(longValue); in getDevicePropertyValue()
557 packet.putInt32(longValue); in getDevicePropertyValue()
560 packet.putUInt32(longValue); in getDevicePropertyValue()
563 packet.putInt64(longValue); in getDevicePropertyValue()
566 packet.putUInt64(longValue); in getDevicePropertyValue()
569 packet.putInt128(longValue); in getDevicePropertyValue()
572 packet.putInt128(longValue); in getDevicePropertyValue()
577 packet.putString(str); in getDevicePropertyValue()
591 MtpDataPacket& packet) { in setDevicePropertyValue() argument
603 longValue = packet.getInt8(); in setDevicePropertyValue()
606 longValue = packet.getUInt8(); in setDevicePropertyValue()
609 longValue = packet.getInt16(); in setDevicePropertyValue()
612 longValue = packet.getUInt16(); in setDevicePropertyValue()
615 longValue = packet.getInt32(); in setDevicePropertyValue()
618 longValue = packet.getUInt32(); in setDevicePropertyValue()
621 longValue = packet.getInt64(); in setDevicePropertyValue()
624 longValue = packet.getUInt64(); in setDevicePropertyValue()
629 packet.getString(buffer); in setDevicePropertyValue()
654 MtpDataPacket& packet) { in getObjectPropertyList() argument
664 packet.putUInt32(count); in getObjectPropertyList()
678 packet.putUInt32(objectHandles[i]); in getObjectPropertyList()
679 packet.putUInt16(propertyCodes[i]); in getObjectPropertyList()
681 packet.putUInt16(type); in getObjectPropertyList()
685 packet.putInt8(longValues[i]); in getObjectPropertyList()
688 packet.putUInt8(longValues[i]); in getObjectPropertyList()
691 packet.putInt16(longValues[i]); in getObjectPropertyList()
694 packet.putUInt16(longValues[i]); in getObjectPropertyList()
697 packet.putInt32(longValues[i]); in getObjectPropertyList()
700 packet.putUInt32(longValues[i]); in getObjectPropertyList()
703 packet.putInt64(longValues[i]); in getObjectPropertyList()
706 packet.putUInt64(longValues[i]); in getObjectPropertyList()
709 packet.putInt128(longValues[i]); in getObjectPropertyList()
712 packet.putUInt128(longValues[i]); in getObjectPropertyList()
718 packet.putString(valueStr); in getObjectPropertyList()
721 packet.putEmptyString(); in getObjectPropertyList()