Home
last modified time | relevance | path

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

/system/core/toolbox/
Dgetevent.c94 static int print_possible_events(int fd, int print_flags) in print_possible_events() argument
183 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS) in print_possible_events()
185 if(bit_labels && (print_flags & PRINT_LABELS)) { in print_possible_events()
212 static void print_event(int type, int code, int value, int print_flags) in print_event() argument
216 if (print_flags & PRINT_LABELS) { in print_event()
313 static int open_device(const char *device, int print_flags) in open_device() argument
327 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()
333 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()
338 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()
376 if(print_flags & PRINT_DEVICE) in open_device()
[all …]