Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h84 constexpr Nanoseconds kDefaultSeeWaitTimeout = Seconds(30); variable
235 Microseconds timeout = kDefaultSeeWaitTimeout,
483 Microseconds timeout = kDefaultSeeWaitTimeout);
/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc170 if (SystemTime::getMonotonicTime() < (kDefaultSeeWaitTimeout + Seconds(15))) { in handleMissingSensor()
590 if (!mBigImageSeeHelper.init(this, kDefaultSeeWaitTimeout, in init()