Searched defs:inStream (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpeg_hook.h60 InputStreamWrapper *inStream; member in struct:__anon4
64 int32_t MakeSrc(j_decompress_ptr cinfo, JNIEnv *env, jobject inStream);
H A Djpeg_hook.cpp91 int32_t bytesRead = src->inStream->read(src->inStream->getBufferSize(), 0);
97 bytesRead = src->inStream->forceReadEOI();
103 src->mgr.next_input_byte = reinterpret_cast<JOCTET*>(src->inStream->getBufferPtr());
132 int64_t actual = src->inStream->skip(skip);
138 actual = src->inStream->skip(skip);
156 int32_t MakeSrc(j_decompress_ptr cinfo, JNIEnv *env, jobject inStream){ argument
178 s->inStream = new InputStreamWrapper();
179 if(s->inStream->init(env, inStream)) {
[all...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DObexPipeTransport.java33 public ObexPipeTransport(InputStream inStream, argument
35 mInStream = inStream;
H A DObexTestDataHandler.java57 public void readData(InputStream inStream, ObexTestParams params) { argument
76 int count = inStream.read(buffer);
H A DSapServerTest.java304 private PipedInputStream inStream = null; // Used to write requests to SapServer field in class:SapServerTest.SapSequencer
352 inStream = new PipedInputStream(8092);
355 new PipedOutputStream(inStream));
558 int requestType = inStream.read();
560 SapMessage msg = SapMessage.readMessage(requestType, inStream);
589 inStream.close();
591 Log.e(TAG, "failed to close inStream", e);
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java106 * @param inStream The socket input stream
109 public SapServer(Handler serviceHandler, Context context, InputStream inStream, argument
115 mRfcommIn = new BufferedInputStream(inStream);
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java735 * @param inStream an InputStream containing a jpeg compressed image.
738 public void readExif(InputStream inStream) throws IOException { argument
739 if (inStream == null) {
744 d = new ExifReader(this).read(inStream);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java732 * @param inStream an InputStream containing a jpeg compressed image.
735 public void readExif(InputStream inStream) throws IOException { argument
736 if (inStream == null) {
741 d = new ExifReader(this).read(inStream);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java732 * @param inStream an InputStream containing a jpeg compressed image.
735 public void readExif(InputStream inStream) throws IOException { argument
736 if (inStream == null) {
741 d = new ExifReader(this).read(inStream);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 253 milliseconds