Searched refs:USB_FFS_ADB_EP0 (Results 1 – 3 of 3) sorted by relevance
275 LOG(INFO) << "opening control endpoint " << USB_FFS_ADB_EP0; in open_functionfs()276 control.reset(adb_open(USB_FFS_ADB_EP0, O_RDWR)); in open_functionfs()278 PLOG(ERROR) << "cannot open control endpoint " << USB_FFS_ADB_EP0; in open_functionfs()283 D("[ %s: Switching to V1_descriptor format errno=%s ]", USB_FFS_ADB_EP0, in open_functionfs()
233 if (access(USB_FFS_ADB_EP0, F_OK) == 0) { in adbd_main()
216 #define USB_FFS_ADB_EP0 USB_FFS_ADB_EP(ep0) macro