Searched defs:cb_added (Results 1 - 1 of 1) sorted by relevance

/system/core/libusbhost/
H A Dusbhost.c75 usb_device_added_cb cb_added; member in struct:usb_host_context
201 context->cb_added = added_cb;
253 done = find_existing_devices(context->cb_added, context->data);
259 done = find_existing_devices(context->cb_added, context->data);
280 done = find_existing_devices_bus(path, context->cb_added,
293 done = context->cb_added(path, context->data);

Completed in 23 milliseconds