HomeSort by relevance Sort by last modified time
    Searched refs:USB_FFS_ADB_EP0 (Results 1 - 3 of 3) sorted by null

  /system/core/adb/daemon/
usb.cpp 271 LOG(INFO) << "opening control endpoint " << USB_FFS_ADB_EP0;
272 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR);
274 PLOG(ERROR) << "cannot open control endpoint " << USB_FFS_ADB_EP0;
286 D("[ %s: Switching to V1_descriptor format errno=%d ]", USB_FFS_ADB_EP0, errno);
289 D("[ %s: write descriptors failed: errno=%d ]", USB_FFS_ADB_EP0, errno);
296 D("[ %s: writing strings failed: errno=%d]", USB_FFS_ADB_EP0, errno);
main.cpp 205 if (access(USB_FFS_ADB_EP0, F_OK) == 0) {
  /system/core/adb/
adb.h 204 #define USB_FFS_ADB_EP0 USB_FFS_ADB_EP(ep0)

Completed in 52 milliseconds