HomeSort by relevance Sort by last modified time
    Searched refs:SendKeyEvent (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
agents_unittest.py 35 self.device.SendKeyEvent(keyevent.KEYCODE_MENU)
  /external/libvncserver/client_examples/
gtkvncviewer.c 191 SendKeyEvent(cl, XK_F8, TRUE);
192 SendKeyEvent(cl, XK_F8, FALSE);
198 SendKeyEvent(cl, XK_Control_L, TRUE);
199 SendKeyEvent(cl, XK_Alt_L, TRUE);
200 SendKeyEvent(cl, XK_Delete, TRUE);
201 SendKeyEvent(cl, XK_Alt_L, FALSE);
202 SendKeyEvent(cl, XK_Control_L, FALSE);
203 SendKeyEvent(cl, XK_Delete, FALSE);
376 SendKeyEvent(cl, gdkKey2rfbKeySym (event->keyval),
SDLvncviewer.c 422 SendKeyEvent(cl, SDL_key2rfbKeySym(&e->key),
442 SendKeyEvent(cl, XK_Alt_R, FALSE);
447 SendKeyEvent(cl, XK_Alt_L, FALSE);
  /external/chromium-trace/catapult/devil/devil/android/tools/
keyboard.py 75 device.SendKeyEvent(k)
provision_devices.py 438 device.SendKeyEvent(keyevent.KEYCODE_MENU)
  /external/libvncserver/rfb/
rfbclient.h 450 extern rfbBool SendKeyEvent(rfbClient* client,uint32_t key, rfbBool down);
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
device_utils_test.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]
device_utils_test.py     [all...]
  /external/libvncserver/libvncclient/
rfbproto.c     [all...]

Completed in 240 milliseconds