OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_device_get_serial
(Results
1 - 4
of
4
) sorted by null
/system/core/include/usbhost/
usbhost.h
131
* usb_device_get_product_name and
usb_device_get_serial
.
149
char*
usb_device_get_serial
(struct usb_device *device);
/frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp
222
char* serial =
usb_device_get_serial
(device);
/system/core/toolbox/
lsusb.c
176
serial =
usb_device_get_serial
(dev);
/system/core/libusbhost/
usbhost.c
396
char*
usb_device_get_serial
(struct usb_device *device)
function
Completed in 179 milliseconds