Searched refs:flush (Results 276 - 300 of 371) sorted by last modified time

<<1112131415

/frameworks/base/core/java/com/android/internal/midi/
H A DMidiDispatcher.java108 receiver.flush();
H A DMidiEventScheduler.java49 MidiEventScheduler.this.flush();
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java8813 stream.flush();
9102 pw.flush();
10426 stream.flush();
11121 stream.flush();
H A DKernelUidCpuTimeReader.java141 writer.flush();
H A DLoggingPrintStream.java75 public synchronized void flush() { method in class:LoggingPrintStream
76 flush(true);
85 private void flush(boolean completely) { method in class:LoggingPrintStream
150 flush(false);
192 flush(false);
199 flush(false);
206 flush(false);
233 flush(false);
239 flush(false);
249 flush(tru
[all...]
H A DProcessCpuTracker.java734 pw.flush();
801 pw.flush();
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java44 public void flush() throws IOException { method in class:FastPrintWriter.DummyWriter
72 * stream. By default, the new print writer does not automatically flush its
137 * writer. By default, the new print writer does not automatically flush its
142 * flush() before retrieving any data from the Writer.</p>
162 * indicates whether to flush contents upon encountering a
180 * indicates whether to flush contents upon encountering a
266 flush();
359 //Log.i("PackageManager", "flush mPos=" + mPos);
376 mOutputStream.flush();
381 mWriter.flush();
407 public void flush() { method in class:FastPrintWriter
[all...]
H A DFastXmlSerializer.java74 flush();
93 flush();
112 flush();
199 flush();
238 public void flush() throws IOException { method in class:FastXmlSerializer
239 //Log.i("PackageManager", "flush mPos=" + mPos);
255 mOutputStream.flush();
258 mWriter.flush();
H A DFileRotator.java383 bos.flush();
H A DLineBreakBufferedWriter.java91 public void flush() { method in class:LineBreakBufferedWriter
94 super.flush();
286 * @param length The number of characters to flush.
H A DStateMachine.java2079 pw.flush();
2089 pr.flush();
/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp231 virtual void flush() { function in class:SkJavaOutputStream
275 gOutputStream_flushMethodID = getMethodIDCheck(env, outputStream_Clazz, "flush", "()V");
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp360 // This is a flush complete sensor event. Call dispatchFlushCompleteEvent
368 // This is a flush complete sensor event. Call dispatchAdditionalInfoEvent
466 return receiver->getSensorEventQueue()->flush();
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp102 * Request flush for al batch buffers.
104 static int flush(JNIEnv* /*env*/, jobject /*obj*/) { function
120 { "nativeFlush", "()I", (void*) flush },
H A Dandroid_media_AudioTrack.cpp518 "Unable to retrieve AudioTrack pointer for flush()");
522 lpTrack->flush();
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java259 System.out.flush();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java118 bos.flush();
/frameworks/base/core/java/android/app/
H A DActivityManager.java4123 pw.flush();
4222 pw.flush();
H A DActivityThread.java1095 pw.flush();
1250 pw.flush();
3489 pw.flush();
3505 pw.flush();
3521 pw.flush();
H A DApplicationErrorReport.java348 pw.flush();
H A DBackStackRecord.java680 pw.flush();
H A DFragmentManager.java731 pw.flush();
739 pw.flush();
743 pw.flush();
2913 pw.flush();
/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java205 inflated.flush();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothOutputStream.java89 * for flush implementation. Use it to ensure the writing data afterwards will
95 public void flush() throws IOException { method in class:BluetoothOutputStream
96 mSocket.flush();
H A DBluetoothSocket.java483 * for flush implementation. Used to ensure the writing data afterwards will
488 /*package*/ void flush() throws IOException { method in class:BluetoothSocket
489 if (mSocketOS == null) throw new IOException("flush is called on null OutputStream");
490 if (VDBG) Log.d(TAG, "flush: " + mSocketOS);
491 mSocketOS.flush();

Completed in 353 milliseconds

<<1112131415