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
404 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.cpp2072 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel