Searched refs:bufferLength (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java97 public static int getPacketType(byte[] buffer, int bufferLength) { argument
105 public static int getDataOffset(byte[] buffer, int bufferLength) { argument
114 public static int getDataSize(byte[] buffer, int bufferLength) { argument
116 return bufferLength - DATA_PACKET_OVERHEAD;
123 public static long getPacketTimestamp(byte[] buffer, int bufferLength) { argument
125 int offset = bufferLength;
/frameworks/av/media/mtp/
H A DMtpUtils.h25 void formatDateTime(time_t seconds, char* buffer, int bufferLength);
H A DMtpUtils.cpp71 void formatDateTime(time_t seconds, char* buffer, int bufferLength) { argument
75 snprintf(buffer, bufferLength, "%04d%02d%02dT%02d%02d%02d",
/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java112 int bufferLength = in.readInt();
113 mData = new byte[bufferLength];
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java343 final int bufferLength = (buffer != null ? buffer.length : 0);
344 if (length < 0 || start < 0 || start + length > bufferLength) {
/frameworks/av/media/libmedia/
H A DIDataSource.cpp117 const int bufferLength = data.readInt32(); local
118 if (bufferLength != -1) {
120 handle->decryptInfo->decryptBufferLength = bufferLength;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp179 size_t bufferLength = static_cast<size_t>(bufSize); local
227 if (bufferLength < totalSizeBytes) {
229 __FUNCTION__, bufferLength);
249 if (bufferLength < totalSizeBytes) {
251 __FUNCTION__, bufferLength);
287 if (bufferLength < totalSizeBytes) {
289 __FUNCTION__, bufferLength);
308 .jpeg_size = (uint32_t)bufferLength
311 size_t totalJpegSize = bufferLength + sizeof(footer);
327 memcpy(img, pixelBuffer, bufferLength);
[all...]
H A Dandroid_hardware_Camera.cpp237 jsize bufferLength = env->GetArrayLength(obj); local
238 if ((int)bufferLength < (int)bufferSize) {
240 bufferSize, bufferLength);
/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp82 // Find the next '-' or '_' index from startOffset position. If not found, returns bufferLength.
83 static size_t nextDelimiterIndex(const char* buffer, size_t bufferLength, size_t startOffset) { argument
84 for (size_t i = startOffset; i < bufferLength; ++i) {
89 return bufferLength;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 156 milliseconds