HomeSort by relevance Sort by last modified time
    Searched full:cb_added (Results 1 - 1 of 1) sorted by null

  /system/core/libusbhost/
usbhost.c 67 usb_device_added_cb cb_added; member in struct:usb_host_context
193 context->cb_added = added_cb;
245 done = find_existing_devices(context->cb_added, context->data);
251 done = find_existing_devices(context->cb_added, context->data);
271 done = find_existing_devices_bus(path, context->cb_added,
284 done = context->cb_added(path, context->data);

Completed in 45 milliseconds