Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 252) sorted by relevance

1234567891011

/frameworks/base/core/java/com/android/internal/os/
DLoggingPrintStream.java75 public synchronized void flush() { in flush() method in LoggingPrintStream
76 flush(true); in flush()
85 private void flush(boolean completely) { in flush() method in LoggingPrintStream
150 flush(false); in write()
192 flush(false); in format()
199 flush(false); in print()
206 flush(false); in print()
233 flush(false); in print()
239 flush(false); in print()
249 flush(true); in println()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLoggingPrintStreamTest.java55 out.flush(); in testPrintObject()
64 out.flush(); in testPrintlnObject()
71 out.flush(); in testPrintf()
79 out.flush(); in testPrintInt()
92 out.flush(); in testPrintCharArray()
99 out.flush(); in testPrintString()
137 out.flush(); in testMultiByteCharactersSpanningBuffers()
146 out.flush(); in testWriteOneByteAtATimeMultibyteCharacters()
153 out.flush(); in testWriteByteArrayAtATimeMultibyteCharacters()
166 out.flush(); in testWriteWithOffsetsMultibyteCharacters()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DIndentingPrintWriterTest.java58 pw.flush(); in testMultipleIndents()
69 pw.flush(); in testAdjustIndentAfterNewline()
81 pw.flush(); in testWrapping()
95 pw.flush(); in testWrappingIndented()
105 pw.flush(); in testWrappingEmbeddedNewlines()
116 pw.flush(); in testWrappingSingleGiant()
128 pw.flush(); in testWrappingPrefixedGiant()
/frameworks/base/media/java/android/media/
DMediaInserter.java68 flush(tableUri, list); in insert()
76 flush(tableUri, list); in flushAll()
84 flush(tableUri, list); in flushAllPriority()
89 private void flush(Uri tableUri, List<ContentValues> list) throws RemoteException { in flush() method in MediaInserter
/frameworks/base/core/tests/coretests/src/android/os/
DFileBridgeTest.java84 client.flush(); in testNoWriteSync()
98 client.flush(); in testWriteSync()
106 client.flush(); in testWriteSyncWrite()
140 client.flush(); in testRandomWrite()
/frameworks/base/libs/hwui/
DGammaFontRenderer.h33 virtual void flush() = 0;
67 void flush() { in flush() function
113 void flush() { in flush() function
157 void flush();
DLayer.cpp163 void Layer::removeFbo(bool flush) { in removeFbo() argument
175 if (flush) LayerRenderer::flushLayer(renderState, this); in removeFbo()
277 void Layer::flush() { in flush() function in android::uirenderer::Layer
287 deferredList->flush(*renderer, dirtyRect); in flush()
/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java27 public void flush() throws IOException { in flush() method in FastPrintWriter.DummyWriter
249 flush(); in checkError()
356 mOutputStream.flush(); in flushLocked()
359 mWriter.flush(); in flushLocked()
384 public void flush() {
389 mOutputStream.flush();
391 mWriter.flush();
DFastXmlSerializer.java73 flush(); in append()
92 flush(); in append()
111 flush(); in append()
198 flush(); in endDocument()
237 public void flush() throws IOException { in flush() method in FastXmlSerializer
254 mOutputStream.flush(); in flush()
257 mWriter.flush(); in flush()
/frameworks/base/core/java/android/webkit/
DCookieSyncManager.java108 CookieManager.getInstance().flush(); in sync()
116 CookieManager.getInstance().flush(); in syncFromRamToFlash()
/frameworks/base/core/java/android/bluetooth/
DBluetoothOutputStream.java95 public void flush() throws IOException { in flush() method in BluetoothOutputStream
96 mSocket.flush(); in flush()
/frameworks/native/services/sensorservice/
DSensorInterface.cpp56 status_t HardwareSensor::flush(void* ident, int handle) { in flush() function in android::HardwareSensor
57 return mSensorDevice.flush(ident, handle); in flush()
DSensorInterface.h51 virtual status_t flush(void* /*ident*/, int /*handle*/) { in flush() function
79 virtual status_t flush(void* ident, int handle);
/frameworks/rs/cpu_ref/linkloader/
Dmain.cpp150 out().flush(); in dump_and_run_object()
158 out().flush(); in dump_and_run_object()
164 out().flush(); in dump_and_run_object()
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java99 pw.flush();
120 public void flush() { in flush() method in AndroidHandler
/frameworks/base/location/lib/java/com/android/location/provider/
DActivityRecognitionProvider.java99 public boolean flush() throws RemoteException { in flush() method in ActivityRecognitionProvider
100 return mService.flush(); in flush()
/frameworks/base/core/jni/
Dandroid_hardware_location_ActivityRecognitionHardware.cpp273 static int flush(JNIEnv* env, jobject obj) { in flush() function
274 return sDevice->flush(sDevice); in flush()
287 { "nativeFlush", "()I", (void*) flush },
/frameworks/base/services/core/java/com/android/server/wm/
DViewServer.java190 out.flush(); in writeValue()
314 out.flush(); in windowManagerAutolistLoop()
318 out.flush(); in windowManagerAutolistLoop()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_transport.cpp149 int BufferedOutputStream::flush() { in flush() function in android::gltrace::BufferedOutputStream
170 return flush(); in send()
/frameworks/native/libs/gui/
DISensorEventConnection.cpp80 virtual status_t flush() { in flush() function in android::BpSensorEventConnection
124 status_t result = flush(); in onTransact()
DSensorEventQueue.cpp137 status_t SensorEventQueue::flush() const { in flush() function in android::SensorEventQueue
138 return mSensorEventConnection->flush(); in flush()
/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java236 public void flush() { in flush() method in HttpResponseCache
238 delegate.flush(); in flush()
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp357 void AudioTrackClientProxy::flush() in flush() function in android::AudioTrackClientProxy
492 void StaticAudioTrackClientProxy::flush() in flush() function in android::StaticAudioTrackClientProxy
553 int32_t flush = cblk->u.mStreaming.mFlush; in obtainBuffer() local
556 if (flush != mFlush) { in obtainBuffer()
559 int32_t newFront = (front & ~mask) | (flush & mask); in obtainBuffer()
564 mFlush, flush, front, rear, mask, newFront, filled, filled); in obtainBuffer()
567 mFlush = flush; in obtainBuffer()
697 int32_t flush = cblk->u.mStreaming.mFlush; in framesReady() local
698 if (flush != mFlush) { in framesReady()
/frameworks/base/services/core/java/com/android/server/
DPersistentDataBlockService.java189 outputStream.flush(); in computeAndWriteDigestLocked()
258 outputStream.flush(); in formatPartitionLocked()
288 outputStream.flush(); in doSetOemUnlockEnabledLocked()
352 outputStream.flush();
/frameworks/base/core/tests/coretests/src/android/net/http/
DHttpResponseCacheTest.java67 first.flush(); in testInstallClosesPreviouslyInstalled()
90 cache.flush(); in testCloseCloses()

1234567891011