Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java97 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 Dbtif_avrcp_audio_track.cc36 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 DContextHubMessage.java119 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 DCivicLocation.java126 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 DResponderLocation.java474 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 Dbtif_avrcp_audio_track.h69 int bufferLength);
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java386 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 DMtpUtils.h31 void formatDateTime(time_t seconds, char* buffer, int bufferLength);
H A DMtpUtils.cpp91 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 Difc_print_job.h51 size_t bufferLength);
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp237 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 Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...