Home
last modified time | relevance | path

Searched refs:removed_cb (Results 1 – 2 of 2) sorted by relevance

/system/core/libusbhost/include/usbhost/
Dusbhost.h81 usb_device_removed_cb removed_cb,
99 usb_device_removed_cb removed_cb,
/system/core/libusbhost/
Dusbhost.c192 usb_device_removed_cb removed_cb, in usb_host_load() argument
200 context->cb_removed = removed_cb; in usb_host_load()
309 usb_device_removed_cb removed_cb, in usb_host_run() argument
315 done = usb_host_load(context, added_cb, removed_cb, discovery_done_cb, client_data); in usb_host_run()