Home
last modified time | relevance | path

Searched refs:putAUInt16 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
DMtpDataPacket.h84 void putAUInt16(const uint16_t* values, int count);
85 void putAUInt16(const UInt16List* values);
DMtpServer.cpp488 mData.putAUInt16(kSupportedOperationCodes, in doGetDeviceInfo()
490 mData.putAUInt16(kSupportedEventCodes, in doGetDeviceInfo()
492 mData.putAUInt16(deviceProperties); // Device Properties Supported in doGetDeviceInfo()
493 mData.putAUInt16(captureFormats); // Capture Formats in doGetDeviceInfo()
494 mData.putAUInt16(playbackFormats); // Playback Formats in doGetDeviceInfo()
578 mData.putAUInt16(properties); in doGetObjectPropsSupported()
DMtpDataPacket.cpp369 void MtpDataPacket::putAUInt16(const uint16_t* values, int count) { in putAUInt16() function in android::MtpDataPacket
375 void MtpDataPacket::putAUInt16(const UInt16List* values) { in putAUInt16() function in android::MtpDataPacket