Home
last modified time | relevance | path

Searched refs:mAllocationIncrement (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DMtpPacket.cpp34 mAllocationIncrement(bufferSize), in MtpPacket()
57 int newLength = length + mAllocationIncrement; in allocate()
DMtpPacket.h33 size_t mAllocationIncrement; variable