Home
last modified time | relevance | path

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

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/common/math/
Dmacros.h46 #define MIN_TO_NANOS(x) SEC_TO_NANOS((x) * UINT64_C(60)) macro
47 #define HRS_TO_NANOS(x) MIN_TO_NANOS((x) * UINT64_C(60))