Searched refs:flush (Results 176 - 200 of 224) sorted by relevance

123456789

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java904 pw.flush();
H A DUiccCard.java673 pw.flush();
H A DUiccCardApplication.java897 pw.flush();
H A DIccCardProxy.java923 pw.flush();
/frameworks/base/core/java/android/app/
H A DActivityManager.java2636 pw.flush();
2648 pw.flush();
H A DBackStackRecord.java720 pw.flush();
1511 pw.flush();
H A DActivityThread.java941 pw.flush();
1069 pw.flush();
2814 pw.flush();
2830 pw.flush();
2846 pw.flush();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java1881 pw.flush();
1895 pw.flush();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1541 mRecycledTrack->flush();
1734 // we're not going to reuse the track, unblock and flush it
1825 void MediaPlayerService::AudioOutput::flush() function in class:android::MediaPlayerService::AudioOutput
1827 ALOGV("flush");
1828 if (mTrack != 0) mTrack->flush();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java929 public long flush() { method in class:RequestThreadManager
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java1947 pw.flush();
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp448 "Unable to retrieve AudioTrack pointer for flush()");
452 lpTrack->flush();
/frameworks/base/media/java/android/media/
H A DMediaCodec.java154 * data (i.e. after a seek) <em>one must</em> {@link #flush} the decoder.
155 * Any input or output buffers the client may own at the point of the flush are
156 * immediately revoked, i.e. after a call to {@link #flush} the client does not
159 * It is important that the input data after a flush starts at a suitable
163 * Note that the format of the data submitted after a flush must not change,
164 * flush does not support format discontinuities,
171 * data (i.e. after a seek) it is <em>not necessary</em> to {@link #flush} the
189 * Be careful when calling {@link #flush} shortly after you have changed
325 * after this, unless of course, {@link #flush} follows.
606 * or just after {@link #flush} fo
655 public final void flush() { method in class:MediaCodec
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java86 flush();
89 private void flush() { method in class:GLLogWrapper
91 mLog.flush();
111 flush();
H A DGLSurfaceView.java1776 @Override public void flush() { method in class:GLSurfaceView.LogWriter
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java473 out.flush(); // also flushes downstream
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java256 out.flush();
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java233 output.flush(); // So the size measurement is pseudo-reasonable
H A DIntentResolver.java695 logPrintWriter.flush();
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java276 stream.flush();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java1030 fos.flush();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1220 private static native ScanResult[] getScanResultsNative(int iface, boolean flush); argument
1376 return getScanResultsNative(sWlan0Index, /* flush = */ false);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1287 status_t Camera3Device::flush(int64_t *frameNumber) { function in class:android::Camera3Device
1305 res = mHal3Device->ops->flush(mHal3Device);
1989 * - CAMERA3_MSG_ERROR (expected during flush)
2030 // InFlightMap if both arrived or HAL reports error for this request (i.e. during flush).
/frameworks/base/core/java/android/os/
H A DStrictMode.java1718 pw.flush();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1383 mOutputWriter.flush();

Completed in 837 milliseconds

123456789