Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp252 window->pushEvent(event); in WndProc()
270 window->pushEvent(event); in WndProc()
294 window->pushEvent(event); in WndProc()
303 window->pushEvent(event); in WndProc()
311 window->pushEvent(event); in WndProc()
330 window->pushEvent(event); in WndProc()
340 window->pushEvent(event); in WndProc()
352 window->pushEvent(event); in WndProc()
363 window->pushEvent(event); in WndProc()
375 window->pushEvent(event); in WndProc()
[all …]
DWin32Window.h35 void pushEvent(Event event) override;
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp439 pushEvent(event); in processEvent()
448 pushEvent(event); in processEvent()
486 pushEvent(event); in processEvent()
497 pushEvent(event); in processEvent()
507 pushEvent(event); in processEvent()
515 pushEvent(event); in processEvent()
523 pushEvent(event); in processEvent()
533 pushEvent(event); in processEvent()
545 pushEvent(event); in processEvent()
566 pushEvent(event); in processEvent()
[all …]
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm23 // all the windows in order to forward the event to each of them. However this and calling pushEvent
41 window->pushEvent(event);
60 window->pushEvent(event);
122 mWindow->pushEvent(event);
133 mWindow->pushEvent(event);
143 mWindow->pushEvent(event);
150 mWindow->pushEvent(event);
160 mWindow->pushEvent(event);
379 mWindow->pushEvent(event);
407 mWindow->pushEvent(event);
[all …]
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp478 pushEvent(event); in processMouseEvent()
499 pushEvent(event); in processMouseEvent()
506 pushEvent(event); in processMouseEvent()
519 pushEvent(event); in processMouseEvent()
542 pushEvent(event); in processKeyEvent()
564 pushEvent(event); in processPropertyChangedEvent()
587 pushEvent(event); in processInputControlEvent()
597 pushEvent(event); in processCloseEvent()
/hardware/google/gfxstream/host/testlibs/
DOSWindow.h51 virtual void pushEvent(Event event);
DOSWindow.cpp291 void OSWindow::pushEvent(Event event) in pushEvent() function in OSWindow