Home
last modified time | relevance | path

Searched refs:PostAt (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/test/time_controller/
Dsimulated_thread.cc113 void SimulatedThread::PostAt(const rtc::Location& posted_from, in PostAt() function in webrtc::SimulatedThread
118 rtc::Thread::PostAt(posted_from, target_time_ms, phandler, id, pdata); in PostAt()
Dsimulated_thread.h53 void PostAt(const rtc::Location& posted_from,
/external/webrtc/audio/
Dnull_audio_poller.cc64 rtc::Thread::Current()->PostAt(RTC_FROM_HERE, reschedule_at_, this, 0); in OnMessage()
/external/webrtc/rtc_base/
Dthread_unittest.cc541 q->PostAt(RTC_FROM_HERE, now, nullptr, 3); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
542 q->PostAt(RTC_FROM_HERE, now - 2, nullptr, 0); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
543 q->PostAt(RTC_FROM_HERE, now - 1, nullptr, 1); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
544 q->PostAt(RTC_FROM_HERE, now, nullptr, 4); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
545 q->PostAt(RTC_FROM_HERE, now - 1, nullptr, 2); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
Dthread.h253 virtual void PostAt(const Location& posted_from,
Dthread.cc569 void Thread::PostAt(const Location& posted_from, in PostAt() function in rtc::Thread
Dvirtual_socket_server.cc979 msg_queue_->PostAt(RTC_FROM_HERE, ts, recipient, MSG_ID_PACKET, p); in AddPacketToNetwork()