Searched refs:bLength (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/mtp/ |
D | MtpDescriptors.cpp | 25 .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/ |
D | mtp_device_fuzzer.cpp | 54 desc.interface.bLength = sizeof(desc.interface); in writeDescriptorsToFd() 64 desc.ep[idx].bLength = sizeof(desc.ep[idx]); in writeDescriptorsToFd()
|
/frameworks/base/core/jni/ |
D | android_hardware_UsbRequest.cpp | 55 desc.bLength = USB_DT_ENDPOINT_SIZE; in android_hardware_UsbRequest_init()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Matrix.java | 56 float[] a, int aStart, int aLength, float[] b, int bStart, int bLength) { in overlap() argument 66 int bEnd = bStart + bLength; in overlap()
|