/aosp12/frameworks/base/media/java/android/media/midi/ |
H A D | MidiPortImpl.java | 97 public static int getPacketType(byte[] buffer, int bufferLength) { in getPacketType() argument 105 public static int getDataOffset(byte[] buffer, int bufferLength) { in getDataOffset() argument 114 public static int getDataSize(byte[] buffer, int bufferLength) { in getDataSize() argument 116 return bufferLength - DATA_PACKET_OVERHEAD; in getDataSize() 123 public static long getPacketTimestamp(byte[] buffer, int bufferLength) { in getPacketTimestamp() argument 125 int offset = bufferLength; in getPacketTimestamp()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_avrcp_audio_track.cc | 36 size_t bufferLength; member 67 trackHolder->bufferLength = in BtifAvrcpAudioTrackCreate() 69 trackHolder->buffer = new float[trackHolder->bufferLength](); in BtifAvrcpAudioTrackCreate() 199 int bufferLength) { in BtifAvrcpAudioTrackWriteData() argument 206 fwrite((audioBuffer), 1, (size_t)bufferLength, outputPcmSampleFile); in BtifAvrcpAudioTrackWriteData() 215 bufferLength - transcodedCount, trackHolder); in BtifAvrcpAudioTrackWriteData() 222 bufferLength, retval); in BtifAvrcpAudioTrackWriteData() 223 } while (transcodedCount < bufferLength); in BtifAvrcpAudioTrackWriteData()
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubMessage.java | 119 int bufferLength = in.readInt(); in ContextHubMessage() local 120 mData = new byte[bufferLength]; in ContextHubMessage()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | CivicLocation.java | 126 int bufferLength = civicTLVs.length; in parseCivicTLVs() local 130 while (bufferPtr < bufferLength) { in parseCivicTLVs() 134 if (bufferPtr + TLV_VALUE_INDEX + civicAddressTypeLength > bufferLength) { in parseCivicTLVs()
|
H A D | ResponderLocation.java | 474 int bufferLength = buffer.length; in parseInformationElementBuffer() local 477 if (bufferLength < MIN_BUFFER_SIZE || bufferLength > MAX_BUFFER_SIZE) { in parseInformationElementBuffer() 490 while (bufferPtr + 1 < bufferLength) { in parseInformationElementBuffer() 494 if ((bufferPtr + subelementLength) > bufferLength || subelementLength <= 0) { in parseInformationElementBuffer()
|
/aosp12/system/bt/btif/include/ |
H A D | btif_avrcp_audio_track.h | 69 int bufferLength);
|
/aosp12/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbDeviceConnection.java | 386 final int bufferLength = (buffer != null ? buffer.length : 0); in checkBounds() local 387 if (length < 0 || start < 0 || start + length > bufferLength) { in checkBounds()
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpUtils.h | 31 void formatDateTime(time_t seconds, char* buffer, int bufferLength);
|
H A D | MtpUtils.cpp | 91 void formatDateTime(time_t seconds, char* buffer, int bufferLength) { in formatDateTime() argument 95 snprintf(buffer, bufferLength, "%04d%02d%02dT%02d%02d%02d", in formatDateTime()
|
/aosp12/packages/services/BuiltInPrintService/jni/include/ |
H A D | ifc_print_job.h | 51 size_t bufferLength);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_Camera.cpp | 237 jsize bufferLength = env->GetArrayLength(obj); in getCallbackBuffer() local 238 if ((int)bufferLength < (int)bufferSize) { in getCallbackBuffer() 240 bufferSize, bufferLength); in getCallbackBuffer()
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |