Searched refs:putAUInt16 (Results 1 – 4 of 4) sorted by relevance
84 void putAUInt16(const uint16_t* values, int count);85 void putAUInt16(const UInt16List* values);
487 mData.putAUInt16(kSupportedOperationCodes, in doGetDeviceInfo()489 mData.putAUInt16(kSupportedEventCodes, in doGetDeviceInfo()491 mData.putAUInt16(deviceProperties); // Device Properties Supported in doGetDeviceInfo()492 mData.putAUInt16(captureFormats); // Capture Formats in doGetDeviceInfo()493 mData.putAUInt16(playbackFormats); // Playback Formats in doGetDeviceInfo()574 mData.putAUInt16(properties); in doGetObjectPropsSupported()
370 void MtpDataPacket::putAUInt16(const uint16_t* values, int count) { in putAUInt16() function in android::MtpDataPacket376 void MtpDataPacket::putAUInt16(const UInt16List* values) { in putAUInt16() function in android::MtpDataPacket
98 mtpDataPacket.putAUInt16(arr, size); in process()100 mtpDataPacket.putAUInt16(nullptr, 0); in process()146 mtpDataPacket.putAUInt16(&arr); in process()148 mtpDataPacket.putAUInt16(nullptr); in process()