Home
last modified time | relevance | path

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

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