Home
last modified time | relevance | path

Searched refs:initialDown (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DTouchSink.cpp54 int32_t x, int32_t y, bool initialDown) { in injectMultiTouchEvent() argument
56 return injectTouchEvent(x, y, initialDown); in injectMultiTouchEvent()
/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DTouchSink.h36 bool initialDown);
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DMyWebSocketHandler.cpp308 int32_t initialDown = obj["initialDown"].asInt(); in handleMessage() local
317 << initialDown in handleMessage()
325 mTouchSink->injectMultiTouchEvent(id, slot, x, y, initialDown); in handleMessage()