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

/system/core/toolbox/
H A Dgetevent.c75 static int print_possible_events(int fd, int print_flags) argument
164 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS)
166 if(bit_labels && (print_flags & PRINT_LABELS)) {
193 static void print_event(int type, int code, int value, int print_flags) argument
197 if (print_flags & PRINT_LABELS) {
294 static int open_device(const char *device, int print_flags) argument
307 if(print_flags & PRINT_DEVICE_ERRORS)
313 if(print_flags & PRINT_DEVICE_ERRORS)
318 if(print_flags & PRINT_DEVICE_ERRORS)
351 if(print_flags
387 close_device(const char *device, int print_flags) argument
407 read_notify(const char *dirname, int nfd, int print_flags) argument
449 scan_dir(const char *dirname, int print_flags) argument
502 int print_flags = 0; local
[all...]

Completed in 4 milliseconds