Home
last modified time | relevance | path

Searched refs:bLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
DMtpDescriptors.cpp25 .bLength = USB_DT_INTERFACE_SIZE,
36 .bLength = USB_DT_INTERFACE_SIZE,
46 .bLength = USB_DT_ENDPOINT_SIZE,
54 .bLength = USB_DT_ENDPOINT_SIZE,
62 .bLength = USB_DT_ENDPOINT_SIZE,
71 .bLength = USB_DT_ENDPOINT_SIZE,
79 .bLength = USB_DT_ENDPOINT_SIZE,
87 .bLength = USB_DT_ENDPOINT_SIZE,
95 .bLength = USB_DT_ENDPOINT_SIZE,
103 .bLength = sizeof(ss_sink_comp),
[all …]
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_device_fuzzer.cpp54 desc.interface.bLength = sizeof(desc.interface); in writeDescriptorsToFd()
64 desc.ep[idx].bLength = sizeof(desc.ep[idx]); in writeDescriptorsToFd()
/frameworks/base/core/jni/
Dandroid_hardware_UsbRequest.cpp55 desc.bLength = USB_DT_ENDPOINT_SIZE; in android_hardware_UsbRequest_init()
/frameworks/base/opengl/java/android/opengl/
DMatrix.java56 float[] a, int aStart, int aLength, float[] b, int bStart, int bLength) { in overlap() argument
66 int bEnd = bStart + bLength; in overlap()