Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor.cc59 size_t lastEventSize = getLastEventSize(); in init() local
60 if (lastEventSize > 0) { in init()
61 mLastEvent = static_cast<ChreSensorData *>(memoryAlloc(lastEventSize)); in init()