Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dmessagequeue_unittest.cc57 q->PostAt(now, NULL, 3); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
58 q->PostAt(now - 2, NULL, 0); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
59 q->PostAt(now - 1, NULL, 1); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
60 q->PostAt(now, NULL, 4); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
61 q->PostAt(now - 1, NULL, 2); in DelayedPostsWithIdenticalTimesAreProcessedInFifoOrder()
Dmessagequeue.h201 virtual void PostAt(uint32_t tstamp,
Dmessagequeue.cc309 void MessageQueue::PostAt(uint32_t tstamp, in PostAt() function in rtc::MessageQueue
Dvirtualsocketserver.cc904 msg_queue_->PostAt(ts, recipient, MSG_ID_PACKET, p); in AddPacketToNetwork()