/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifOutputStream.java | 25 import java.nio.ByteBuffer; 82 private ByteBuffer mBuffer = ByteBuffer.allocate(4);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 25 import java.nio.ByteBuffer; 82 private ByteBuffer mBuffer = ByteBuffer.allocate(4);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 25 import java.nio.ByteBuffer; 82 private ByteBuffer mBuffer = ByteBuffer.allocate(4);
|
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifOutputStream.java | 25 import java.nio.ByteBuffer; 82 private final ByteBuffer mBuffer = ByteBuffer.allocate(4);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 20 import java.nio.ByteBuffer; 296 final ByteBuffer handshake = ByteBuffer.allocate(ProtocolConstants.QUERY_HEADER_SIZE);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat.java | 24 import java.nio.ByteBuffer; 179 device.read(offset, ByteBuffer.wrap(data)); 202 device.write(offset, ByteBuffer.wrap(data));
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
AudioSpecificConfig.java | 22 import java.nio.ByteBuffer;
321 public void parseDetail(ByteBuffer bb) throws IOException {
322 ByteBuffer configBytes = bb.slice();
521 public ByteBuffer serialize() {
522 ByteBuffer out = ByteBuffer.allocate(serializedSize());
[all...] |
/cts/tests/tests/display/src/android/display/cts/ |
VirtualDisplayTest.java | 42 import java.nio.ByteBuffer; 341 final ByteBuffer buffer = plane.getBuffer();
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
SurfaceTextureRenderer.java | 26 import java.nio.ByteBuffer; 94 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 22 import java.nio.ByteBuffer; 74 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TexturePixel.java | 6 import java.nio.ByteBuffer;
94 public void fromImage(Format imageFormat, ByteBuffer data, int pixelIndex) {
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
TextureUtil.java | 38 import java.nio.ByteBuffer; 177 ByteBuffer data;
|
LwjglRenderer.java | 85 private final ByteBuffer nameBuf = BufferUtils.createByteBuffer(250);
[all...] |
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
DOMInputCapsule.java | 41 import java.nio.ByteBuffer; [all...] |
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 24 import java.nio.ByteBuffer; 549 ByteBuffer buffer = ByteBuffer.wrap(data); 618 ByteBuffer buffer = ByteBuffer.allocate(getByteLength()); 738 * @param buffer ByteBuffer to read from 743 static NdefRecord[] parse(ByteBuffer buffer, boolean ignoreMbMe) throws FormatException { [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GLTextureViewActivity.java | 47 import java.nio.ByteBuffer; 184 FloatBuffer triangleVertices = ByteBuffer.allocateDirect(mTriangleVerticesData.length
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 22 import java.nio.ByteBuffer; 86 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/guava/guava/src/com/google/common/primitives/ |
Chars.java | 272 * ByteBuffer.allocate(2).putChar(value).array()}. For example, the input 276 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 290 * ByteBuffer.wrap(bytes).getChar()}. For example, the input byte array 293 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
Ints.java | 278 * array; equivalent to {@code ByteBuffer.allocate(4).putInt(value).array()}. 283 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 299 * ByteBuffer.wrap(bytes).getInt()}. For example, the input byte array {@code 303 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
Longs.java | 248 * array; equivalent to {@code ByteBuffer.allocate(8).putLong(value).array()}. 253 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 273 * ByteBuffer.wrap(bytes).getLong()}. For example, the input byte array 277 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
Shorts.java | 277 * ByteBuffer.allocate(2).putShort(value).array()}. For example, the input 282 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 296 * ByteBuffer.wrap(bytes).getShort()}. For example, the input byte array 299 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
generate.sh | 294 * ByteBuffer.allocate(?).putPrimTyp(value).array()}. For example, the input 298 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 312 * ByteBuffer.wrap(bytes).getPrimTyp()}. For example, the input byte array 315 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
/frameworks/base/core/jni/ |
android_hardware_UsbRequest.cpp | 197 {"native_queue_direct", "(Ljava/nio/ByteBuffer;IZ)Z",
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
SimplePlayer.java | 40 import java.nio.ByteBuffer;
|