Home
last modified time | relevance | path

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

/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_condition_variable.h52 uint64_t timeoutS = timeoutNs / CHPP_NSEC_PER_SEC; in chppConditionVariableTimedWait()
53 timeoutNs = timeoutNs % CHPP_NSEC_PER_SEC; in chppConditionVariableTimedWait()
Dplatform_time.h29 ((uint64_t)time.tv_sec * CHPP_NSEC_PER_SEC + (uint64_t)time.tv_nsec)
/system/chre/chpp/platform/linux/
Dnotifier.c74 uint64_t timeoutS = timeoutNs / CHPP_NSEC_PER_SEC; in chppPlatformNotifierTimedWait()
75 timeoutNs = timeoutNs % CHPP_NSEC_PER_SEC; in chppPlatformNotifierTimedWait()
/system/chre/chpp/include/chpp/
Dmacros.h118 #define CHPP_NSEC_PER_SEC \ macro
120 #define CHPP_NSEC_PER_MINUTE (CHPP_NSEC_PER_SEC * 60)
/system/chre/chpp/clients/
Dloopback.c203 CHPP_NSEC_PER_SEC /* 1s */)) { in chppRunLoopbackTest()