Searched refs:PostAt (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/test/time_controller/ |
D | simulated_thread.cc | 113 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()
|
D | simulated_thread.h | 53 void PostAt(const rtc::Location& posted_from,
|
/external/webrtc/audio/ |
D | null_audio_poller.cc | 64 rtc::Thread::Current()->PostAt(RTC_FROM_HERE, reschedule_at_, this, 0); in OnMessage()
|
/external/webrtc/rtc_base/ |
D | thread_unittest.cc | 541 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()
|
D | thread.h | 253 virtual void PostAt(const Location& posted_from,
|
D | thread.cc | 569 void Thread::PostAt(const Location& posted_from, in PostAt() function in rtc::Thread
|
D | virtual_socket_server.cc | 979 msg_queue_->PostAt(RTC_FROM_HERE, ts, recipient, MSG_ID_PACKET, p); in AddPacketToNetwork()
|