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

123

/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();
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java99 pw.flush();
120 public void flush() { method in class:AndroidHandler
121 // No need to flush, but must implement abstract method.
/frameworks/native/services/sensorservice/
H A DSensorInterface.h51 virtual status_t flush(void* /*ident*/, int /*handle*/) { function in class:android::SensorInterface
79 virtual status_t flush(void* ident, int handle);
H A DSensorInterface.cpp56 status_t HardwareSensor::flush(void* ident, int handle) { function in class:android::HardwareSensor
57 return mSensorDevice.flush(ident, handle);
H A DSensorDevice.cpp305 status_t SensorDevice::flush(void* ident, int handle) { function in class:android::SensorDevice
309 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w flush %d", handle);
310 return mSensorDevice->flush(mSensorDevice, handle);
/frameworks/support/v4/java/android/support/v4/util/
H A DLogWriter.java47 @Override public void flush() { method in class:LogWriter
/frameworks/base/core/java/android/util/
H A DLogWriter.java60 @Override public void flush() { method in class:LogWriter
H A DJsonWriter.java383 public void flush() throws IOException { method in class:JsonWriter
384 out.flush();
/frameworks/base/media/java/android/media/
H A DMediaInserter.java68 flush(tableUri, list);
76 flush(tableUri, list);
84 flush(tableUri, list);
89 private void flush(Uri tableUri, List<ContentValues> list) throws RemoteException { method in class:MediaInserter
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java62 * cache.flush();
236 public void flush() { method in class:HttpResponseCache
238 delegate.flush();
H A DAndroidHttpClientConnection.java282 this.outbuffer.flush();
285 public void flush() throws IOException { method in class:AndroidHttpClientConnection
/frameworks/native/libs/gui/
H A DISensorEventConnection.cpp80 virtual status_t flush() { function in class:android::BpSensorEventConnection
124 status_t result = flush();
H A DSensorEventQueue.cpp137 status_t SensorEventQueue::flush() const { function in class:SensorEventQueue
138 return mSensorEventConnection->flush();
/frameworks/base/core/java/android/webkit/
H A DCookieManager.java232 public abstract void flush(); method in class:CookieManager
/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp207 void Lookup3GammaFontRenderer::flush() { function in class:android::uirenderer::Lookup3GammaFontRenderer
H A DGammaFontRenderer.h33 virtual void flush() = 0;
67 void flush() { function in class:android::uirenderer::ShaderGammaFontRenderer
113 void flush() { function in class:android::uirenderer::LookupGammaFontRenderer
157 void flush();
/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionProvider.java99 public boolean flush() throws RemoteException { method in class:ActivityRecognitionProvider
100 return mService.flush();
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp149 int BufferedOutputStream::flush() { function in class:android::gltrace::BufferedOutputStream
170 return flush();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DCookieManagerAdapter.java138 public void flush() { method in class:CookieManagerAdapter
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp287 virtual status_t flush(int64_t *lastFrameNumber) function in class:android::BpCameraDeviceUser
289 ALOGV("flush");
476 reply->writeInt32(flush(&lastFrameNumber));
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp90 virtual void flush() function in class:android::BpAudioTrack
225 flush();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp356 void NuPlayer::CCDecoder::flush() { function in class:android::NuPlayer::CCDecoder
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp78 void TimedEventQueue::stop(bool flush) { argument
83 if (flush) {
92 // some events may be left in the queue if we did not flush and the wake lock
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java127 public boolean flush() { method in class:ActivityRecognitionHardware
/frameworks/base/core/java/com/android/internal/os/
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...]

Completed in 489 milliseconds

123