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
236 Microseconds timeout = kDefaultSeeWaitTimeout,
491 Microseconds timeout = kDefaultSeeWaitTimeout);
/system/chre/platform/slpi/see/
Dplatform_sensor.cc165 if (SystemTime::getMonotonicTime() < (kDefaultSeeWaitTimeout + Seconds(15))) { in handleMissingSensor()
731 if (!getBigImageSeeHelper()->init(&seeHelperCallback, kDefaultSeeWaitTimeout, in init()