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

  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 171 static int usb_device_removed(const char *devname, void* client_data) { function
192 usb_host_run(context, usb_device_added, usb_device_removed, NULL, NULL);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 175 static int usb_device_removed(const char *devname, void* client_data) { function
194 usb_host_run(context, usb_device_added, usb_device_removed, NULL, NULL);
  /frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp 124 static int usb_device_removed(const char *devname, void* client_data) { function in namespace:android
143 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)thiz);

Completed in 481 milliseconds