Searched defs:flush (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/awt/com/android/internal/awt/
H A DImageOutputStreamWrapper.java56 public void flush() throws IOException { method in class:ImageOutputStreamWrapper
57 mIos.flush();
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java94 pw.flush();
115 public void flush() { method in class:AndroidHandler
116 // No need to flush, but must implement abstract method.
/frameworks/base/awt/java/awt/image/
H A DVolatileImage.java130 public void flush() { method in class:VolatileImage
H A DBufferedImage.java868 public void flush() { method in class:BufferedImage
/frameworks/base/awt/java/awt/
H A DImage.java166 public abstract void flush(); method in class:Image
/frameworks/base/libs/rs/
H A DrsLocklessFifo.cpp119 flush();
122 void LocklessCommandFifo::flush() function in class:LocklessCommandFifo
124 //dumpState("flush 1");
128 //dumpState("flush 2");
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dfstream.h61 inline void flush (void) { sync(); } function in class:ustl::fstream
H A Dofstream.cpp56 flush();
58 try { flush(); } catch (...) {}
63 void ofstream::flush (void) function in class:ustl::ofstream
73 flush();
130 cout.flush();
H A Dsostream.cpp172 void ostringstream::flush (void) function in class:ustl::ostringstream
/frameworks/base/media/libmedia/
H A DIAudioTrack.cpp68 virtual void flush() function in class:android::BpAudioTrack
128 flush();
H A DAudioTrack.cpp375 // Force flush if a shared buffer is used otherwise audioflinger
378 flush();
397 void AudioTrack::flush() function in class:android::AudioTrack
399 LOGV("flush");
408 mAudioTrack->flush();
588 flush();
1046 // It is possible that we receive a flush()
1048 // stepServer() is called After the flush() has reset u & s and
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java286 this.outbuffer.flush();
289 public void flush() throws IOException { method in class:AndroidHttpClientConnection
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java48 public synchronized void flush() { method in class:LoggingPrintStream
49 flush(true);
58 private void flush(boolean completely) { method in class:LoggingPrintStream
137 flush(false);
144 flush(false);
151 flush(false);
178 flush(false);
184 flush(false);
194 flush(true);
200 flush(tru
[all...]
/frameworks/base/media/libstagefright/
H A DTimedEventQueue.cpp59 void TimedEventQueue::stop(bool flush) { argument
64 if (flush) {
/frameworks/base/awt/javax/imageio/stream/
H A DImageInputStream.java459 void flush() throws IOException; method in interface:ImageInputStream
H A DImageInputStreamImpl.java303 throw new IndexOutOfBoundsException("Trying to flush outside of current position");
306 throw new IndexOutOfBoundsException("Trying to flush within already flushed portion");
312 public void flush() throws IOException { method in class:ImageInputStreamImpl
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DOffscreenImage.java133 public void flush() { method in class:OffscreenImage
513 image.flush();
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java67 flush();
86 flush();
105 flush();
183 flush();
217 public void flush() throws IOException { method in class:FastXmlSerializer
218 //Log.i("PackageManager", "flush mPos=" + mPos);
234 mOutputStream.flush();
237 mWriter.flush();
/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp219 virtual void flush() { function in class:SkJavaOutputStream
243 "flush", "()V");
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h88 virtual void flush();
143 virtual void flush() {} function in class:android::MediaPlayerService::AudioCache
H A DMediaPlayerService.cpp1508 void MediaPlayerService::AudioOutput::flush() function in class:android::MediaPlayerService::AudioOutput
1510 LOGV("flush");
1511 if (mTrack) mTrack->flush();
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java383 flush();
386 private void flush() { method in class:EGLLogWrapper
388 mLog.flush();
430 flush();
H A DGLSurfaceView.java1292 @Override public void flush() { method in class:GLSurfaceView.LogWriter
/frameworks/base/tools/aapt/
H A DZipFile.cpp505 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
622 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
798 int flush; local
828 flush = Z_FINISH; /* tell zlib that we're done */
830 flush = Z_NO_FLUSH; /* more to come! */
832 zerr = deflate(&zstream, flush);
876 * things considerably faster by deferring the removal to "flush" time.
897 status_t ZipFile::flush(void) function in class:ZipFile
1038 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
1121 * flush()
[all...]
/frameworks/base/media/java/android/media/
H A DAudioTrack.java817 public void flush() { method in class:AudioTrack
819 // flush the data in native layer

Completed in 740 milliseconds

12