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

  /external/chromium_org/remoting/host/
input_injector_linux.cc 482 int num_buttons = XGetPointerMapping(display_, NULL, 0); local
483 scoped_ptr<unsigned char[]> pointer_mapping(new unsigned char[num_buttons]);
484 num_buttons = XGetPointerMapping(display_, pointer_mapping.get(),
485 num_buttons);
489 for (int i = 0; i < num_buttons; i++) {
539 scoped_ptr<unsigned char[]> button_mapping(new unsigned char[num_buttons]);
  /external/qemu/android/skin/
window.c 799 int num_buttons; member in struct:Layout
813 Button* __button_end = __button + (layout)->num_buttons; \
838 for (nn = 0; nn < layout->num_buttons; nn++)
856 layout->num_buttons = 0;
888 layout->num_buttons = n_buttons;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 269 CARD16 num_buttons B16;
1179 CARD8 num_buttons; member in struct:__anon45164
1620 CARD8 num_buttons; member in struct:__anon45195
    [all...]
XI2proto.h 149 * Struct is followed by num_buttons * Atom that names the buttons in the
156 uint16_t num_buttons; /**< Number of buttons provide */ member in struct:__anon45049
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 269 CARD16 num_buttons B16;
1179 CARD8 num_buttons; member in struct:__anon46900
1620 CARD8 num_buttons; member in struct:__anon46931
    [all...]
XI2proto.h 149 * Struct is followed by num_buttons * Atom that names the buttons in the
156 uint16_t num_buttons; /**< Number of buttons provide */ member in struct:__anon46785
    [all...]

Completed in 1279 milliseconds