Home
last modified time | relevance | path

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

/system/core/adb/daemon/include/adbd/
Dusb.h65 bool open_functionfs(android::base::unique_fd* control, android::base::unique_fd* bulk_out,
/system/core/adb/daemon/
Dusb_ffs.cpp211 bool open_functionfs(android::base::unique_fd* out_control, android::base::unique_fd* out_bulk_out, in open_functionfs() function
Dusb_legacy.cpp87 if (!open_functionfs(&h->control, &h->bulk_out, &h->bulk_in)) { in init_functionfs()
Dusb.cpp723 if (!open_functionfs(&control, &bulk_out, &bulk_in)) { in usb_ffs_open_thread()