Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DOccupantAwareness.h75 const int64_t mDetectionDurationMs = 1; variable
DOccupantAwareness.cpp159 if ((isFirstDetection) || (currentTimeMs - prevDetectionTimeMs > mDetectionDurationMs)) { in workerThreadFunction()