Searched refs:bufferLength (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/media/java/android/media/midi/ |
H A D | MidiPortImpl.java | 97 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 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) { argument 95 snprintf(buffer, bufferLength, "%04d%02d%02dT%02d%02d%02d",
|
/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubMessage.java | 116 int bufferLength = in.readInt(); 117 mData = new byte[bufferLength];
|
/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbDeviceConnection.java | 355 final int bufferLength = (buffer != null ? buffer.length : 0); 356 if (length < 0 || start < 0 || start + length > bufferLength) {
|
/frameworks/av/media/libmedia/ |
H A D | IDataSource.cpp | 117 const int bufferLength = data.readInt32(); local 118 if (bufferLength != -1) { 120 handle->decryptInfo->decryptBufferLength = bufferLength;
|
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 198 size_t bufferLength = static_cast<size_t>(bufSize); local 252 if (bufferLength < totalSizeBytes) { 254 __FUNCTION__, bufferLength); 274 if (bufferLength < totalSizeBytes) { 276 __FUNCTION__, bufferLength); 312 if (bufferLength < totalSizeBytes) { 314 __FUNCTION__, bufferLength); 333 .jpeg_size = (uint32_t)bufferLength 336 size_t totalJpegSize = bufferLength + sizeof(footer); 352 memcpy(img, pixelBuffer, bufferLength); [all...] |
H A D | android_hardware_Camera.cpp | 237 jsize bufferLength = env->GetArrayLength(obj); local 238 if ((int)bufferLength < (int)bufferSize) { 240 bufferSize, bufferLength);
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 61 milliseconds