Home
last modified time | relevance | path

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

/system/core/toolbox/
Dgetevent.c95 static int print_possible_events(int fd, int print_flags) in print_possible_events() argument
182 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS) in print_possible_events()
184 if(bit_labels && (print_flags & PRINT_LABELS)) { in print_possible_events()
211 static void print_event(int type, int code, int value, int print_flags) in print_event() argument
215 if (print_flags & PRINT_LABELS) { in print_event()
312 static int open_device(const char *device, int print_flags) in open_device() argument
326 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()
332 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()
337 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()
375 if(print_flags & PRINT_DEVICE) in open_device()
[all …]