Searched refs:flush (Results 226 - 250 of 296) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java663 pw.flush();
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchive.java224 outputStream.flush();
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp783 binder::Status CameraDeviceClient::flush( function in class:android::CameraDeviceClient
800 status_t err = mDevice->flush(lastFrameNumber);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java953 public void flush() throws CameraAccessException { method in class:CameraDeviceImpl
960 // flush.
966 long lastFrameNumber = mRemoteDevice.flush();
/frameworks/native/services/sensorservice/
H A DSensorService.cpp327 // Clear all pending flush connections for all active sensors. If one of the active
328 // connections has called flush() and the underlying sensor has been disabled before a
329 // flush complete event is returned, we need to remove the connection from this queue.
586 // Map flush_complete_events in the buffer to SensorEventConnections which called flush
1067 // Call flush() before calling activate() on the sensor. Wait for a first
1068 // flush complete event before sending events on this connection. Ignore
1069 // one-shot sensors which don't support flush(). Ignore on-change sensors
1072 // already active, don't call flush().
1077 status_t err_flush = sensor->flush(connection.get(), handle);
1200 // Loop through all sensors for this connection and call flush o
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1575 pw.flush();
1588 pw.flush();
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp578 // It is possible since flush and stop are asynchronous that the server
592 // since the flush is asynchronous and stop may not fully drain.
663 // and periodic update counter, but flush does for streaming tracks.
688 void AudioTrack::flush() function in class:android::AudioTrack
715 mProxy->flush();
716 mAudioTrack->flush();
2313 // so we don't report the jump when the flush occurs).
2424 // Check whether a pending flush or stop has completed, as those commands may
2449 // to completely flush or stop the previous playing track.
H A DAudioRecord.cpp301 const uint32_t framesFlushed = mProxy->flush();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1664 private static native WifiScanner.ScanData[] getScanResultsNative(int iface, boolean flush); argument
1975 public WifiScanner.ScanData[] getScanResults(boolean flush) { argument
1979 sd = getScanResultsNative(sWlan0Index, flush);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp693 // After a flush without shutdown, decoder is paused.
997 ALOGV("decoder %s flush completed", audio ? "audio" : "video");
1059 *flushing = FLUSHING_DECODER_SHUTDOWN; // initiate shutdown after flush.
1060 break; // Wait for flush to complete.
1062 break; // Wait for flush to complete.
1141 ALOGV("renderer %s flush completed.", audio ? "audio" : "video");
1232 // After a flush without shutdown, decoder is paused.
1414 // We wait for both the decoder flush and the renderer flush to complete
1447 // decoder flush complete
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp911 res = mDevice->flush();
913 ALOGE("%s: Camera %d: Unable to flush pending requests: %s (%d)",
1930 res = mDevice->flush();
1932 ALOGE("%s: Camera %d: Unable flush device: %s (%d)",
/frameworks/base/core/java/android/app/
H A DActivityManager.java3507 pw.flush();
3519 pw.flush();
H A DBackStackRecord.java699 pw.flush();
1661 pw.flush();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1576 status_t Camera3Device::flush(int64_t *frameNumber) { function in class:android::Camera3Device
1594 res = mRequestThread->flush();
2870 status_t Camera3Device::RequestThread::flush() { function in class:android::Camera3Device::RequestThread
2875 return mHal3Device->ops->flush(mHal3Device);
3043 // Use flush lock only when submitting multilple requests in a batch.
3044 // TODO: The problem with flush lock is flush() will be blocked by process_capture_request()
3045 // which may take a long time to finish so synchronizing flush() and
3046 // process_capture_request() defeats the purpose of cancelling requests ASAP with flush().
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java800 public void flush() { method in class:SurfaceTextureRenderer
801 // TODO: implement flush
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp514 "Unable to retrieve AudioTrack pointer for flush()");
518 lpTrack->flush();
/frameworks/base/media/java/android/media/
H A DAudioTrack.java1230 * It is reset to zero by {@link #flush()}, {@link #reloadStaticData()}, and {@link #stop()}.
1755 * {@link #pause()}, followed by {@link #flush()} to discard audio data that hasn't been played
1777 * this data back. See {@link #flush()} to discard this data.
1811 public void flush() { method in class:AudioTrack
1813 // flush the data in native layer
H A DMediaCodec.java223 while in the Executing state using {@link #flush}.
371 specific data may be lost during the flush. You must resubmit the data using buffers marked with
372 {@link #BUFFER_FLAG_CODEC_CONFIG} after such flush to ensure proper codec operation.
439 #flush} to transition the codec to the Running sub-state and start receiving input buffers.
665 It is important that the input data after {@link #start} or {@link #flush} starts at a suitable
704 seek) you <strong>MUST</strong> flush the decoder. Since all output buffers are immediately
705 revoked at the point of the flush, you may want to first signal then wait for the end-of-stream
706 before you call {@code flush}. It is important that the input data after a flush starts at a
709 <strong>Note:</strong> the format of the data submitted after a flush mus
2045 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.java1849 @Override public void flush() { method in class:GLSurfaceView.LogWriter
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java244 out.flush();
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java272 output.flush(); // So the size measurement is pseudo-reasonable
H A DIntentResolver.java760 logPrintWriter.flush();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java1030 fos.flush();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java1510 pw.flush();

Completed in 1536 milliseconds

1234567891011>>