Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DOccupantAwareness.cpp155 bool isFirstDetection = true; in workerThreadFunction() local
159 if ((isFirstDetection) || (currentTimeMs - prevDetectionTimeMs > mDetectionDurationMs)) { in workerThreadFunction()
165 isFirstDetection = false; in workerThreadFunction()