Searched refs:flush (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java909 pw.flush();
H A DUiccCarrierPrivilegeRules.java657 pw.flush();
/frameworks/rs/tests/lldb/
H A Drun_tests.py492 sys.stdout.flush()
/frameworks/native/services/sensorservice/
H A DSensorService.cpp350 // Clear all pending flush connections for all active sensors. If one of the active
351 // connections has called flush() and the underlying sensor has been disabled before a
352 // flush complete event is returned, we need to remove the connection from this queue.
619 // Map flush_complete_events in the buffer to SensorEventConnections which called flush
1270 // Call flush() before calling activate() on the sensor. Wait for a first
1271 // flush complete event before sending events on this connection. Ignore
1272 // one-shot sensors which don't support flush(). Ignore on-change sensors
1275 // already active, don't call flush().
1280 status_t err_flush = sensor->flush(connection.get(), handle);
1387 // Loop through all sensors for this connection and call flush o
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java4291 pw.flush();
4311 pw.flush();
4332 pw.flush();
4344 pw.flush();
4356 pw.flush();
4363 pw.flush();
4377 pw.flush();
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp604 // It is possible since flush and stop are asynchronous that the server
618 // since the flush is asynchronous and stop may not fully drain.
694 // and periodic update counter, but flush does for streaming tracks.
719 void AudioTrack::flush() function in class:android::AudioTrack
746 mProxy->flush();
747 mAudioTrack->flush();
2410 // so we don't report the jump when the flush occurs).
2556 // Check whether a pending flush or stop has completed, as those commands may
2581 // to completely flush or stop the previous playing track.
H A DAudioRecord.cpp303 const uint32_t framesFlushed = mProxy->flush();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp920 res = mDevice->flush();
922 ALOGE("%s: Camera %d: Unable to flush pending requests: %s (%d)",
1946 res = mDevice->flush();
1948 ALOGE("%s: Camera %d: Unable flush device: %s (%d)",
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1037 binder::Status CameraDeviceClient::flush( function in class:android::CameraDeviceClient
1054 status_t err = mDevice->flush(lastFrameNumber);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1023 public void flush() throws CameraAccessException { method in class:CameraDeviceImpl
1030 // flush.
1036 long lastFrameNumber = mRemoteDevice.flush();
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java241 * The {@link #flush() flush()} method must be called when done writing
242 * to flush any remanining data, althought data *may* be written at intermediate
253 * The {@link #flush() flush()} method must be called when done writing
254 * to flush any remanining data, althought data *may* be written at intermediate
2616 * For now, can either call getBytes() or flush(), but not both.
2618 public void flush() { method in class:ProtoOutputStream
2635 mStream.flush();
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1778 * Forces a flush of existing locations from the hardware batching
1780 void flush(); method in interface:GnssLocationProvider.GnssBatchingProvider
1806 public void flush() {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java488 public boolean flush() { method in class:SupplicantP2pIfaceHal
490 if (!checkSupplicantP2pIfaceAndLogFailure("flush")) return false;
491 SupplicantResult<Void> result = new SupplicantResult("flush()");
493 result.setResult(mISupplicantP2pIface.flush());
504 * This command can be used to flush all services from the
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1714 pw.flush();
1728 pw.flush();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h552 virtual void flush();
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java680 pw.flush();
H A DFragmentManager.java731 pw.flush();
739 pw.flush();
743 pw.flush();
2913 pw.flush();
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java760 * flush complete notifications, it should register with
777 * @see #flush(SensorEventListener)
826 * flush complete notifications, it should register with
864 * successfully. If the hardware doesn't support flush, it still returns true and a trivial
865 * flush complete event is sent after the current event for all the clients registered for this
870 * @return <code>true</code> if the flush is initiated successfully on all the sensors
872 * listener or flush on one of the sensors fails.
876 public boolean flush(SensorEventListener listener) { method in class:SensorManager
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java828 public void flush() { method in class:SurfaceTextureRenderer
829 // TODO: implement flush
/frameworks/base/media/java/android/media/
H A DMediaCodec.java226 while in the Executing state using {@link #flush}.
374 specific data may be lost during the flush. You must resubmit the data using buffers marked with
375 {@link #BUFFER_FLAG_CODEC_CONFIG} after such flush to ensure proper codec operation.
442 #flush} to transition the codec to the Running sub-state and start receiving input buffers.
669 It is important that the input data after {@link #start} or {@link #flush} starts at a suitable
708 seek) you <strong>MUST</strong> flush the decoder. Since all output buffers are immediately
709 revoked at the point of the flush, you may want to first signal then wait for the end-of-stream
710 before you call {@code flush}. It is important that the input data after a flush starts at a
713 <strong>Note:</strong> the format of the data submitted after a flush mus
2099 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.java1864 @Override public void flush() { method in class:GLSurfaceView.LogWriter
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java821 mWriter.flush(mMtpManager, mDatabase, device.operationsSupported);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java250 out.flush();
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java878 proto.flush();

Completed in 4321 milliseconds

<<1112131415