Home
last modified time | relevance | path

Searched refs:usb_host_init (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/libusbhost/include/usbhost/
H A Dusbhost.h70 struct usb_host_context *usb_host_init(void);
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp108 struct usb_host_context* context = usb_host_init(); in android_server_UsbHostManager_monitorUsbHostBus()
/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c187 struct usb_host_context* context = usb_host_init(); in main()
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Dusb.c223 struct usb_host_context* context = usb_host_init(); in usb_run()
/aosp12/system/core/libusbhost/
H A Dusbhost.c163 struct usb_host_context *usb_host_init() in usb_host_init() function