Home
last modified time | relevance | path

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

/chre-3.4.0/core/
Dsensor.cc44 mLastEventValid = other.mLastEventValid; in operator =()
45 other.mLastEventValid = false; in operator =()
101 mLastEventValid = false; in setLastEvent()
106 mLastEventValid = true; in setLastEvent()
/chre-3.4.0/core/include/chre/core/
Dsensor.h185 return mLastEventValid ? mLastEvent : nullptr; in getLastEvent()
203 mLastEventValid = false; in clearLastEvent()
242 bool mLastEventValid = false; variable