Searched defs:bufferLength (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/mtp/
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/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/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp190 size_t bufferLength = static_cast<size_t>(bufSize); local
238 if (bufferLength < totalSizeBytes) {
240 __FUNCTION__, bufferLength);
260 if (bufferLength < totalSizeBytes) {
262 __FUNCTION__, bufferLength);
298 if (bufferLength < totalSizeBytes) {
300 __FUNCTION__, bufferLength);
319 .jpeg_size = (uint32_t)bufferLength
322 size_t totalJpegSize = bufferLength + sizeof(footer);
338 memcpy(img, pixelBuffer, bufferLength);
[all...]
H A Dandroid_hardware_Camera.cpp233 jsize bufferLength = env->GetArrayLength(obj); local
234 if ((int)bufferLength < (int)bufferSize) {
236 bufferSize, 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 185 milliseconds