Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dgetevent.cpp35 static int open_device(const char* device) { in open_device() function
131 open_device(devname); in read_notify()
159 open_device(devname); in scan_dir()
/system/core/toolbox/
Dgetevent.c313 static int open_device(const char *device, int print_flags) in open_device() function
461 open_device(devname, print_flags); in read_notify()
492 open_device(devname, print_flags); in scan_dir()
618 res = open_device(device, print_flags); in getevent_main()
/system/core/fastboot/
Dfastboot.cpp247 static Transport* open_device() { in open_device() function
1544 Transport* transport = open_device(); in main()