/cts/apps/cts-usb-accessory/ |
cts-usb-accessory.c | 193 static int usb_device_removed(const char *devname, void* client_data) { function 219 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/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 | 141 static int usb_device_removed(const char *devname, void* client_data) { function in namespace:android 160 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)thiz);
|