Home
last modified time | relevance | path

Searched defs:processEvent (Results 1 – 4 of 4) sorted by relevance

/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/
DMultipleEventsCutter.kt27 fun processEvent(event: () -> Unit) { in processEvent() method in com.google.jetpackcamera.feature.preview.MultipleEventsCutter
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestDispatcher.kt26 internal fun processEvent(marker: Any) { in processEvent() method in kotlinx.coroutines.test.TestDispatcher
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp93 void XlibDisplay::processEvent(XEvent &event) in processEvent() function in tcu::lnx::x11::XlibDisplay
/external/angle/util/linux/x11/
DX11Window.cpp586 void X11Window::processEvent(const XEvent &xEvent) in processEvent() function in X11Window