Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dtimer.cpp82 StartAt(GetNow(), aDelay); in Start()
85 void TimerMilli::StartAt(TimeMilli aStartTime, uint32_t aDelay) in StartAt() function in ot::TimerMilli
233 StartAt(GetNow(), aDelay); in Start()
236 void TimerMicro::StartAt(TimeMicro aStartTime, uint32_t aDelay) in StartAt() function in ot::TimerMicro
Dtimer.hpp212 void StartAt(TimeMilli aStartTime, uint32_t aDelay);
355 void StartAt(TimeMicro aStartTime, uint32_t aDelay);
Dtrickle_timer.hpp167 void StartAt(void) {} in StartAt() function in ot::TrickleTimer
/external/openthread/src/core/mac/
Ddata_poll_sender.cpp456 mTimer.StartAt(mTimerStartTime, mPollPeriod); in ResetKeepAliveTimer()
487 mTimer.StartAt(now, kMinPollPeriod); in ScheduleNextPoll()
491 mTimer.StartAt(mTimerStartTime, mPollPeriod); in ScheduleNextPoll()
499 mTimer.StartAt(mTimerStartTime, mPollPeriod); in ScheduleNextPoll()
Dsub_mac.cpp429 … mTimer.StartAt(Time(mTransmitFrame.mInfo.mTxInfo.mTxDelayBaseTime) - kCcaSampleInterval, in StartCsmaBackoff()
758 mTimer.StartAt(mTimer.GetFireTime(), kEnergyScanRssiSampleInterval * 1000UL); in SampleRssi()
760 mTimer.StartAt(mTimer.GetFireTime(), kEnergyScanRssiSampleInterval); in SampleRssi()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc452 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
457 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
1077 group_location.StartAt(field_location); in ParseMessageFieldNoLabel()
1088 location.StartAt(name_token); in ParseMessageFieldNoLabel()
1098 location.StartAt(name_token); in ParseMessageFieldNoLabel()
1639 end_location.StartAt(start_token); in ParseExtensions()
1710 location.StartAt(start_token); in ParseReserved()
1715 location.StartAt(start_token); in ParseReserved()
1761 end_location.StartAt(start_token); in ParseReservedNumbers()
1787 location.StartAt(start_token); in ParseReserved()
[all …]
Dparser.h251 void StartAt(const io::Tokenizer::Token& token);
254 void StartAt(const LocationRecorder& other);
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc453 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
458 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
1055 group_location.StartAt(field_location); in ParseMessageFieldNoLabel()
1066 location.StartAt(name_token); in ParseMessageFieldNoLabel()
1076 location.StartAt(name_token); in ParseMessageFieldNoLabel()
1645 end_location.StartAt(start_token); in ParseExtensions()
1716 location.StartAt(start_token); in ParseReserved()
1721 location.StartAt(start_token); in ParseReserved()
1767 end_location.StartAt(start_token); in ParseReservedNumbers()
1793 location.StartAt(start_token); in ParseReserved()
[all …]
Dparser.h252 void StartAt(const io::Tokenizer::Token& token);
255 void StartAt(const LocationRecorder& other);
/external/openthread/src/core/utils/
Dchannel_monitor.cpp127 …mTimer.StartAt(mTimer.GetFireTime(), Random::NonCrypto::AddJitter(kTimerInterval, kMaxJitterInterv… in HandleTimer()
Dchannel_manager.cpp331 … mTimer.StartAt(mTimer.GetFireTime() - Time::SecToMsec(prevInterval), Time::SecToMsec(aInterval)); in SetAutoChannelSelectionInterval()
/external/openthread/src/core/meshcop/
Ddataset_manager.cpp802 mDelayTimer.StartAt(dataset.GetUpdateTime(), delay); in StartDelayTimer()
828 mDelayTimer.StartAt(mDelayTimer.GetFireTime(), delay - elapsed); in HandleDelayTimer()
/external/openthread/src/core/thread/
Dkey_manager.cpp516 mKeyRotationTimer.StartAt(mKeyRotationTimer.GetFireTime(), kOneHourIntervalInMsec); in HandleKeyRotationTimer()
/external/openthread/tests/unit/
Dtest_timer.cpp355 timer2.StartAt(ot::TimeMilli(kTimeT0), kTimerInterval - 2); // Timer 2 is even before timer 1 in TestTwoTimers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp346 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()
352 unsigned C = ctl(I, StartAt+L) == Switch; in getControls()
/external/openthread/src/core/border_router/
Drouting_manager.cpp582 mOnLinkPrefixDeprecateTimer.StartAt(mTimeAdvertisedOnLinkPrefix, in DeprecateOnLinkPrefix()
/external/openthread/src/core/net/
Dsrp_server.cpp1566 mLeaseTimer.StartAt(earliestExpireTime, 0); in HandleLeaseTimer()