Home
last modified time | relevance | path

Searched refs:usb_device_removed (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
Daccessorychat.c175 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/
Dusb.c197 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/
Dcom_android_server_UsbHostManager.cpp141 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()