Home
last modified time | relevance | path

Searched defs:platformAlarmGetNow (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/simulation/virtual_time/
H A Dalarm-sim.c57 uint64_t platformAlarmGetNow(void) { return sNow; } in platformAlarmGetNow() function
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dalarm.cpp90 static uint64_t platformAlarmGetNow(void) { return otPlatTimeGet() * sSpeedUpFactor; } in platformAlarmGetNow() function