Searched refs:usb_device_removed (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
D | accessorychat.c | 175 static int usb_device_removed(const char *devname, void* client_data) { in usb_device_removed() function 194 usb_host_run(context, usb_device_added, usb_device_removed, NULL, NULL); in main()
|
/frameworks/base/libs/usb/tests/accessorytest/ |
D | usb.c | 197 static int usb_device_removed(const char *devname, void* client_data) { in usb_device_removed() function 225 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)enable_accessory); in usb_run()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_UsbHostManager.cpp | 141 static int usb_device_removed(const char *devname, void* client_data) { in usb_device_removed() function 160 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)thiz); in android_server_UsbHostManager_monitorUsbHostBus()
|