Home
last modified time | relevance | path

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

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