Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/include/chre/target_platform/
Dplatform_sensor_base.h74 bool mLastEventValid = false; variable
/system/chre/platform/slpi/see/
Dplatform_sensor.cc765 mLastEventValid = false; in applyRequest()
821 mLastEventValid = other.mLastEventValid; in operator =()
829 return mLastEventValid ? mLastEvent : nullptr; in getLastEvent()
890 mLastEventValid = true; in setLastEvent()