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

/system/core/include/usbhost/
H A Dusbhost.h51 void *client_data; /* free for use by client */ member in struct:usb_request
57 typedef int (* usb_device_added_cb)(const char *dev_name, void *client_data);
62 typedef int (* usb_device_removed_cb)(const char *dev_name, void *client_data);
67 typedef int (* usb_discovery_done_cb)(void *client_data);
83 void *client_data);
101 void *client_data);
/system/core/libusbhost/
H A Dusbhost.c96 void *client_data)
110 done = added_cb(devname, client_data);
119 void *client_data)
134 client_data);
191 void *client_data)
198 context->data = client_data;
212 discovery_done_cb(client_data);
219 done = find_existing_devices(added_cb, client_data);
221 done |= discovery_done_cb(client_data);
308 void *client_data)
94 find_existing_devices_bus(char *busname, usb_device_added_cb added_cb, void *client_data) argument
118 find_existing_devices(usb_device_added_cb added_cb, void *client_data) argument
187 usb_host_load(struct usb_host_context *context, usb_device_added_cb added_cb, usb_device_removed_cb removed_cb, usb_discovery_done_cb discovery_done_cb, void *client_data) argument
304 usb_host_run(struct usb_host_context *context, usb_device_added_cb added_cb, usb_device_removed_cb removed_cb, usb_discovery_done_cb discovery_done_cb, void *client_data) argument
[all...]

Completed in 853 milliseconds