HomeSort by relevance Sort by last modified time
    Searched defs:WaitForEvent (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
media_action.py 28 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds):
  /external/chromium_org/device/serial/
data_source_unittest.cc 53 void WaitForEvent(Event event) {
74 WaitForEvent(EVENT_WRITE_BUFFER_READY);
89 WaitForEvent(EVENT_RECEIVE_COMPLETE);
196 WaitForEvent(EVENT_RECEIVE_COMPLETE);
226 WaitForEvent(EVENT_RECEIVE_COMPLETE);
248 WaitForEvent(EVENT_ERROR);
data_sink_unittest.cc 57 void WaitForEvent(Event event) {
85 WaitForEvent(EVENT_READ_BUFFER_READY);
114 WaitForEvent(EVENT_SEND_SUCCESS);
123 WaitForEvent(EVENT_SEND_ERROR);
131 WaitForEvent(EVENT_CANCEL_RECEIVED);
135 void ExpectCancelResult() { WaitForEvent(EVENT_CANCEL_COMPLETE); }
281 WaitForEvent(EVENT_READ_BUFFER_READY);
300 WaitForEvent(EVENT_READ_BUFFER_READY);
314 WaitForEvent(EVENT_READ_BUFFER_READY);
322 WaitForEvent(EVENT_READ_BUFFER_READY)
    [all...]
serial_connection_unittest.cc 91 WaitForEvent(EVENT_GOT_INFO);
126 void WaitForEvent(Event event) {
220 WaitForEvent(EVENT_SET_OPTIONS);
237 WaitForEvent(EVENT_GOT_CONTROL_SIGNALS);
256 WaitForEvent(EVENT_SET_CONTROL_SIGNALS);
267 WaitForEvent(EVENT_FLUSHED);
276 WaitForEvent(EVENT_SEND_ERROR);
280 WaitForEvent(EVENT_RECEIVE_ERROR);
288 WaitForEvent(EVENT_DATA_SENT);
292 WaitForEvent(EVENT_DATA_RECEIVED)
    [all...]
  /external/lldb/source/API/
SBListener.cpp 189 SBListener::WaitForEvent (uint32_t timeout_secs, SBEvent &event)
196 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=INFINITE, SBEvent(%p))...",
201 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=%d, SBEvent(%p))...",
217 if (m_opaque_ptr->WaitForEvent (time_value.IsValid() ? &time_value : NULL, event_sp))
228 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=INFINITE, SBEvent(%p)) => %i",
233 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=%d, SBEvent(%p)) => %i",
  /external/chromium_org/content/public/test/
download_test_observer.cc 35 bool DownloadUpdatedObserver::WaitForEvent() {
  /external/chromium_org/net/socket/
unix_domain_listen_socket_posix_unittest.cc 73 EventType WaitForEvent() {
293 EventType event = event_manager_->WaitForEvent();
299 event = event_manager_->WaitForEvent();
301 event = event_manager_->WaitForEvent();
308 event = event_manager_->WaitForEvent();
314 event = event_manager_->WaitForEvent();
320 EventType event = event_manager_->WaitForEvent();
325 event = event_manager_->WaitForEvent();
  /external/chromium_org/tools/android/forwarder2/
socket.cc 208 if (!WaitForEvent(READ, kNoTimeout)) {
234 if (!WaitForEvent(WRITE, kConnectTimeOut)) {
312 if (!WaitForEvent(READ, kNoTimeout)) {
335 if (!WaitForEvent(WRITE, kNoTimeout)) {
394 bool Socket::WaitForEvent(EventType type, int timeout_secs) {
  /external/lldb/source/Core/
Listener.cpp 479 Listener::WaitForEvent (const TimeValue *timeout, EventSP &event_sp)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_CodecInterface.h 112 OMX_ERRORTYPE (*WaitForEvent)(OMX_HANDLETYPE hComponent,
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 95 static OMX_ERRORTYPE WaitForEvent(OMX_HANDLETYPE hComponent,
164 dspcodecinterface->WaitForEvent = WaitForEvent;
    [all...]
  /frameworks/av/camera/tests/
ProCameraTests.cpp 164 status_t WaitForEvent() {
549 EXPECT_EQ(OK, mListener->WaitForEvent());
555 EXPECT_EQ(OK, mListener->WaitForEvent());
580 EXPECT_EQ(OK, mListener->WaitForEvent());
586 EXPECT_EQ(OK, mListener->WaitForEvent());
761 EXPECT_EQ(OK, mListener->WaitForEvent());
803 EXPECT_EQ(OK, mListener->WaitForEvent());
876 EXPECT_EQ(OK, mListener->WaitForEvent());
880 EXPECT_EQ(OK, mListener->WaitForEvent());
950 EXPECT_EQ(OK, mListener->WaitForEvent());
    [all...]

Completed in 616 milliseconds