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

  /frameworks/av/media/mtp/
MtpProperty.h 56 uint32_t mCurrentArrayLength;
MtpProperty.cpp 39 mCurrentArrayLength(0),
61 mCurrentArrayLength(0),
117 for (uint32_t i = 0; i < mCurrentArrayLength; i++)
152 mCurrentArrayValues = readArrayValues(packet, mCurrentArrayLength);
202 writeArrayValues(packet, mCurrentArrayValues, mCurrentArrayLength);

Completed in 206 milliseconds