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

/system/core/libusbhost/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.c101 void *client_data)
115 done = added_cb(devname, client_data);
124 void *client_data)
139 client_data);
196 void *client_data)
203 context->data = client_data;
217 discovery_done_cb(client_data);
224 done = find_existing_devices(added_cb, client_data);
226 done |= discovery_done_cb(client_data);
313 void *client_data)
99 find_existing_devices_bus(char *busname, usb_device_added_cb added_cb, void *client_data) argument
123 find_existing_devices(usb_device_added_cb added_cb, void *client_data) argument
192 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
309 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 300 milliseconds