Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DPendingRequestPool.cpp38 constexpr int64_t CHECK_TIME_IN_NANO = 1'000'000'000; variable
46 int64_t sleepTime = std::min(mTimeoutInNano, static_cast<int64_t>(CHECK_TIME_IN_NANO)); in PendingRequestPool()