HomeSort by relevance Sort by last modified time
    Searched full:usb_device_removed (Results 1 - 3 of 3) sorted by 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/libs/usb/tests/accessorytest/
usb.c 197 static int usb_device_removed(const char *devname, void* client_data) { function
225 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)enable_accessory);
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 95 static int usb_device_removed(const char *devAddress, void* clientData) { function in namespace:android
114 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)thiz);

Completed in 273 milliseconds