Home
last modified time | relevance | path

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

/system/core/toolbox/
Dgetevent.c312 static int open_device(const char *device, int print_flags) in open_device() function
460 open_device(devname, print_flags); in read_notify()
491 open_device(devname, print_flags); in scan_dir()
620 res = open_device(device, print_flags); in getevent_main()
/system/core/fastboot/
Dfastboot.cpp308 static Transport* open_device() { in open_device() function
1399 fb->set_transport(open_device()); in reboot_to_userspace_fastboot()
2047 Transport* transport = open_device(); in Main()