/frameworks/base/core/java/com/android/internal/os/ |
D | LoggingPrintStream.java | 75 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/ |
D | LoggingPrintStreamTest.java | 55 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/ |
D | IndentingPrintWriterTest.java | 58 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/ |
D | MediaInserter.java | 68 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/ |
D | FileBridgeTest.java | 84 client.flush(); in testNoWriteSync() 98 client.flush(); in testWriteSync() 106 client.flush(); in testWriteSyncWrite() 140 client.flush(); in testRandomWrite()
|
/frameworks/base/libs/hwui/ |
D | GammaFontRenderer.h | 33 virtual void flush() = 0; 67 void flush() { in flush() function 113 void flush() { in flush() function 157 void flush();
|
D | Layer.cpp | 163 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/ |
D | FastPrintWriter.java | 27 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();
|
D | FastXmlSerializer.java | 73 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/ |
D | CookieSyncManager.java | 108 CookieManager.getInstance().flush(); in sync() 116 CookieManager.getInstance().flush(); in syncFromRamToFlash()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothOutputStream.java | 95 public void flush() throws IOException { in flush() method in BluetoothOutputStream 96 mSocket.flush(); in flush()
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.cpp | 56 status_t HardwareSensor::flush(void* ident, int handle) { in flush() function in android::HardwareSensor 57 return mSensorDevice.flush(ident, handle); in flush()
|
D | SensorInterface.h | 51 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/ |
D | main.cpp | 150 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/ |
D | AndroidHandler.java | 99 pw.flush(); 120 public void flush() { in flush() method in AndroidHandler
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | ActivityRecognitionProvider.java | 99 public boolean flush() throws RemoteException { in flush() method in ActivityRecognitionProvider 100 return mService.flush(); in flush()
|
/frameworks/base/core/jni/ |
D | android_hardware_location_ActivityRecognitionHardware.cpp | 273 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/ |
D | ViewServer.java | 190 out.flush(); in writeValue() 314 out.flush(); in windowManagerAutolistLoop() 318 out.flush(); in windowManagerAutolistLoop()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_transport.cpp | 149 int BufferedOutputStream::flush() { in flush() function in android::gltrace::BufferedOutputStream 170 return flush(); in send()
|
/frameworks/native/libs/gui/ |
D | ISensorEventConnection.cpp | 80 virtual status_t flush() { in flush() function in android::BpSensorEventConnection 124 status_t result = flush(); in onTransact()
|
D | SensorEventQueue.cpp | 137 status_t SensorEventQueue::flush() const { in flush() function in android::SensorEventQueue 138 return mSensorEventConnection->flush(); in flush()
|
/frameworks/base/core/java/android/net/http/ |
D | HttpResponseCache.java | 236 public void flush() { in flush() method in HttpResponseCache 238 delegate.flush(); in flush()
|
/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 357 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/ |
D | PersistentDataBlockService.java | 189 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/ |
D | HttpResponseCacheTest.java | 67 first.flush(); in testInstallClosesPreviouslyInstalled() 90 cache.flush(); in testCloseCloses()
|