OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteBufferInputStream
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ByteBufferInputStream.java
22
class
ByteBufferInputStream
extends InputStream {
26
public
ByteBufferInputStream
(ByteBuffer buf) {
ExifModifier.java
54
is = new
ByteBufferInputStream
(byteBuffer);
72
is = new
ByteBufferInputStream
(mByteBuffer);
/packages/apps/Camera2/src/com/android/camera/exif/
ByteBufferInputStream.java
22
class
ByteBufferInputStream
extends InputStream {
26
public
ByteBufferInputStream
(ByteBuffer buf) {
ExifModifier.java
54
is = new
ByteBufferInputStream
(byteBuffer);
72
is = new
ByteBufferInputStream
(mByteBuffer);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ByteBufferInputStream.java
22
class
ByteBufferInputStream
extends InputStream {
26
public
ByteBufferInputStream
(ByteBuffer buf) {
ExifModifier.java
55
is = new
ByteBufferInputStream
(byteBuffer);
73
is = new
ByteBufferInputStream
(mByteBuffer);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
ByteBufferInputStream.java
22
class
ByteBufferInputStream
extends InputStream {
26
public
ByteBufferInputStream
(ByteBuffer buf) {
ExifModifier.java
55
is = new
ByteBufferInputStream
(byteBuffer);
73
is = new
ByteBufferInputStream
(mByteBuffer);
/external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLBIOSource.java
34
new OpenSSLBIOInputStream(new
ByteBufferInputStream
(buffer), false));
61
private static class
ByteBufferInputStream
extends InputStream {
64
public
ByteBufferInputStream
(ByteBuffer source) {
/frameworks/support/compat/java/android/support/v4/graphics/
TypefaceCompatUtil.java
105
private static class
ByteBufferInputStream
extends InputStream {
108
ByteBufferInputStream
(ByteBuffer buf) {
135
return copyToFile(file, new
ByteBufferInputStream
(buffer));
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar
/prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar
/prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar
Completed in 649 milliseconds