Searched refs:mBufSize (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/tools/incident_report/ |
H A D | printer.cpp | 31 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 D | printer.h | 35 int mBufSize; variable
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | SpotFilter.kt | 23 class SpotFilter(internal var mBufSize: Int, posDecay: Float, pressureDecay: Float, internal var mP… 80 if (spots.size == mBufSize) {
|