Home
last modified time | relevance | path

Searched refs:mBufSize (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/incident_report/
H A Dprinter.cpp31 mBufSize(INITIAL_BUF_SIZE), in Out()
46 if (size > mBufSize) { in reallocate()
50 mBufSize = size; in reallocate()
55 return mBufSize; in reallocate()
71 len = vsnprintf(mBuf, mBufSize, format, args); in printf()
75 len = vsnprintf(mBuf, mBufSize, format, args); in printf()
H A Dprinter.h35 int mBufSize; variable
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt23 class SpotFilter(internal var mBufSize: Int, posDecay: Float, pressureDecay: Float, internal var mP…
80 if (spots.size == mBufSize) {