Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor.cc41 mLastEvent = other.mLastEvent; in operator =()
42 other.mLastEvent = nullptr; in operator =()
51 if (mLastEvent != nullptr) { in ~Sensor()
54 memoryFree(mLastEvent); in ~Sensor()
61 mLastEvent = static_cast<ChreSensorData *>(memoryAlloc(lastEventSize)); in init()
62 if (mLastEvent == nullptr) { in init()
105 SensorTypeHelpers::getLastSample(getSensorType(), event, mLastEvent); in setLastEvent()
/system/chre/core/include/chre/core/
Dsensor.h185 return mLastEventValid ? mLastEvent : nullptr; in getLastEvent()
247 ChreSensorData *mLastEvent = nullptr; variable