/external/openthread/src/core/common/ |
D | timer.cpp | 82 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
|
D | timer.hpp | 212 void StartAt(TimeMilli aStartTime, uint32_t aDelay); 355 void StartAt(TimeMicro aStartTime, uint32_t aDelay);
|
D | trickle_timer.hpp | 167 void StartAt(void) {} in StartAt() function in ot::TrickleTimer
|
/external/openthread/src/core/mac/ |
D | data_poll_sender.cpp | 456 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()
|
D | sub_mac.cpp | 429 … 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/ |
D | parser.cc | 452 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 …]
|
D | parser.h | 251 void StartAt(const io::Tokenizer::Token& token); 254 void StartAt(const LocationRecorder& other);
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 453 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 …]
|
D | parser.h | 252 void StartAt(const io::Tokenizer::Token& token); 255 void StartAt(const LocationRecorder& other);
|
/external/openthread/src/core/utils/ |
D | channel_monitor.cpp | 127 …mTimer.StartAt(mTimer.GetFireTime(), Random::NonCrypto::AddJitter(kTimerInterval, kMaxJitterInterv… in HandleTimer()
|
D | channel_manager.cpp | 331 … mTimer.StartAt(mTimer.GetFireTime() - Time::SecToMsec(prevInterval), Time::SecToMsec(aInterval)); in SetAutoChannelSelectionInterval()
|
/external/openthread/src/core/meshcop/ |
D | dataset_manager.cpp | 802 mDelayTimer.StartAt(dataset.GetUpdateTime(), delay); in StartDelayTimer() 828 mDelayTimer.StartAt(mDelayTimer.GetFireTime(), delay - elapsed); in HandleDelayTimer()
|
/external/openthread/src/core/thread/ |
D | key_manager.cpp | 516 mKeyRotationTimer.StartAt(mKeyRotationTimer.GetFireTime(), kOneHourIntervalInMsec); in HandleKeyRotationTimer()
|
/external/openthread/tests/unit/ |
D | test_timer.cpp | 355 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/ |
D | HexagonISelDAGToDAGHVX.cpp | 346 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/ |
D | routing_manager.cpp | 582 mOnLinkPrefixDeprecateTimer.StartAt(mTimeAdvertisedOnLinkPrefix, in DeprecateOnLinkPrefix()
|
/external/openthread/src/core/net/ |
D | srp_server.cpp | 1566 mLeaseTimer.StartAt(earliestExpireTime, 0); in HandleLeaseTimer()
|