HomeSort by relevance Sort by last modified time
    Searched refs:mParameterCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/mtp/
MtpRequestPacket.h 47 inline int getParameterCount() const { return mParameterCount; }
50 int mParameterCount;
MtpRequestPacket.cpp 32 mParameterCount(0)
53 mParameterCount = (read_size - MTP_CONTAINER_HEADER_SIZE) / sizeof(uint32_t);

Completed in 85 milliseconds