Searched refs:abs_info_count (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_events_device.c69 size_t abs_info_count; member in struct:__anon11548
192 return s->abs_info_count * sizeof(s->abs_info[0]);
473 s->abs_info_count = androidHwConfig_isScreenMultiTouch(config) ? ABS_MAX * 4 : 3 * 4;
474 const int abs_size = sizeof(uint32_t) * s->abs_info_count;

Completed in 67 milliseconds