OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_device_get_fd
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp
83
return
usb_device_get_fd
(device);
/frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp
155
int fd =
usb_device_get_fd
(device);
/system/core/libusbhost/
usbhost.c
370
// assume we are writeable, since
usb_device_get_fd
will only return writeable fds
396
int
usb_device_get_fd
(struct usb_device *device)
function
/system/core/include/usbhost/
usbhost.h
113
int
usb_device_get_fd
(struct usb_device *device);
Completed in 193 milliseconds