Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dtimer.hpp91 Time GetNow(void) const { return mNow; } in GetNow() function in ot::NextFireTime
326 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli
487 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py780 def GetNow(): function
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1300 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::EntryTimerContext
1540 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::CacheTimerContext
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1947 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel