Home
last modified time | relevance | path

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

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