OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usb_host_context
(Results
1 - 6
of
6
) sorted by null
/system/core/include/usbhost/
usbhost.h
33
struct
usb_host_context
;
70
struct
usb_host_context
*usb_host_init(void);
73
void usb_host_cleanup(struct
usb_host_context
*context);
76
int usb_host_get_fd(struct
usb_host_context
*context);
79
int usb_host_load(struct
usb_host_context
*context,
86
int usb_host_read_event(struct
usb_host_context
*context);
97
void usb_host_run(struct
usb_host_context
*context,
/system/core/libusbhost/
usbhost.c
65
struct
usb_host_context
{
struct
138
static void watch_existing_subdirs(struct
usb_host_context
*context,
157
struct
usb_host_context
*usb_host_init()
159
struct
usb_host_context
*context = calloc(1, sizeof(struct
usb_host_context
));
161
fprintf(stderr, "out of memory in
usb_host_context
\n");
173
void usb_host_cleanup(struct
usb_host_context
*context)
179
int usb_host_get_fd(struct
usb_host_context
*context)
184
int usb_host_load(struct
usb_host_context
*context,
223
int usb_host_read_event(struct
usb_host_context
*context
[
all
...]
/cts/apps/cts-usb-accessory/
cts-usb-accessory.c
185
struct
usb_host_context
* context = usb_host_init();
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c
187
struct
usb_host_context
* context = usb_host_init();
/system/core/toolbox/
lsusb.c
206
struct
usb_host_context
*ctx;
/frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp
137
struct
usb_host_context
* context = usb_host_init();
Completed in 44 milliseconds