Home
last modified time | relevance | path

Searched defs:GetNow (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/common/
Dtimer.hpp243 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli
377 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py780 def GetNow(): function
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp2209 uint64_t RadioSpinel<InterfaceType, ProcessContextType>::GetNow(void) in GetNow() function in ot::Spinel::RadioSpinel