Searched refs:kEventTimeout (Results 1 – 13 of 13) sorted by relevance
115 return ret_val == 0 ? kEventSignaled : kEventTimeout; in Wait()134 return ret_val == 0 ? kEventSignaled : kEventTimeout; in Wait()
42 return event_.Wait(to_wait) ? kEventSignaled : kEventTimeout; in Wait()
46 return kEventTimeout; in Wait()
18 kEventTimeout = 3 enumerator
37 return webrtc::kEventTimeout; in Wait()
142 EXPECT_EQ(kEventTimeout, event->Wait(20)); in TEST()233 EXPECT_EQ(kEventTimeout, event->Wait(1000)); in TEST()
102 case webrtc::kEventTimeout: in SendPackets()
1356 if (kEventTimeout == _recStartEvent.Wait(10000)) in StartRecording()1491 if (kEventTimeout == _playStartEvent.Wait(10000)) in StartPlayout()2611 case kEventTimeout: in PlayThreadProcess()2852 case kEventTimeout: in RecThreadProcess()
191 case webrtc::kEventTimeout: in DispatchPackets()
433 return EventTypeWrapper::kEventTimeout; in Wait()
1451 if (kEventTimeout == _stopEventRec.Wait(2000)) { in StopRecording()1477 if (kEventTimeout == _stopEvent.Wait(2000)) { in StopRecording()1583 if (kEventTimeout == _stopEvent.Wait(2000)) { in StopPlayout()
1958 if (kEventTimeout == _recStartEvent.Wait(10000)) in StartRecording()2109 if (kEventTimeout == _playStartEvent.Wait(10000)) in StartPlayout()3037 case kEventTimeout: in ThreadProcess()
95 static const int kEventTimeout = 5000; variable1258 EXPECT_TRUE_WAIT(channel1_->writable(), kEventTimeout); in SendSrtpToSrtp()1259 EXPECT_TRUE_WAIT(channel2_->writable(), kEventTimeout); in SendSrtpToSrtp()