OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_host_init
(Results
1 - 6
of
6
) sorted by null
/cts/apps/cts-usb-accessory/
cts-usb-accessory.c
185
struct usb_host_context* context =
usb_host_init
();
187
fprintf(stderr, "
usb_host_init
failed");
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c
187
struct usb_host_context* context =
usb_host_init
();
189
fprintf(stderr, "
usb_host_init
failed");
/frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp
136
struct usb_host_context* context =
usb_host_init
();
138
LOGE("
usb_host_init
failed");
/system/core/toolbox/
lsusb.c
211
ctx =
usb_host_init
();
213
perror("
usb_host_init
:");
/system/core/include/usbhost/
usbhost.h
70
struct usb_host_context *
usb_host_init
(void);
/system/core/libusbhost/
usbhost.c
113
struct usb_host_context *
usb_host_init
()
function
Completed in 454 milliseconds