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 46 inline int getParameterCount() const { return mParameterCount; }
49 int mParameterCount;
MtpRequestPacket.cpp 31 mParameterCount(0)
51 mParameterCount = (ret - MTP_CONTAINER_HEADER_SIZE) / sizeof(uint32_t);

Completed in 544 milliseconds