Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/EventLog/
DEventLog.cpp72 if (mPos + needed > STORAGE_MAX_SIZE) { in startList()
84 if (mPos + needed > STORAGE_MAX_SIZE) { in endList()
95 if (mPos + needed > STORAGE_MAX_SIZE) { in writeInt32()
107 if (mPos + needed > STORAGE_MAX_SIZE) { in writeInt64()
120 if (mPos + needed > STORAGE_MAX_SIZE) { in writeString()
DEventLog.h46 enum { STORAGE_MAX_SIZE = 128 }; enumerator
50 char mStorage[STORAGE_MAX_SIZE];