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

1234567891011>>

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp553 out->flush();
/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp71 result.appendFormat("\t %s 0x%08x | status: %s | pending flush events %d \n",
74 flushInfo.mFirstFlushPending ? "First flush pending" :
218 ALOGD_IF(DEBUG_CONNECTIONS, "flush complete event sensor==%d ",
239 ALOGD_IF(DEBUG_CONNECTIONS, "First flush event for sensor==%d ",
245 // If there is a pending flush complete event for this sensor on this connection,
387 // flush complete events to be sent.
408 ALOGD_IF(DEBUG_CONNECTIONS, "sent dropped flush complete event==%d ",
421 // Send pending flush complete events (if any)
523 status_t SensorService::SensorEventConnection::flush() { function in class:android::SensorService::SensorEventConnection
H A DSensorService.cpp341 // Clear all pending flush connections for all active sensors. If one of the active
342 // connections has called flush() and the underlying sensor has been disabled before a
343 // flush complete event is returned, we need to remove the connection from this queue.
600 // Map flush_complete_events in the buffer to SensorEventConnections which called flush
1081 // Call flush() before calling activate() on the sensor. Wait for a first
1082 // flush complete event before sending events on this connection. Ignore
1083 // one-shot sensors which don't support flush(). Ignore on-change sensors
1086 // already active, don't call flush().
1091 status_t err_flush = sensor->flush(connection.get(), handle);
1214 // Loop through all sensors for this connection and call flush o
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java752 pw.flush();
H A DUiccCardApplication.java909 pw.flush();
H A DUiccCarrierPrivilegeRules.java663 pw.flush();
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchive.java228 outputStream.flush();
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp868 binder::Status CameraDeviceClient::flush( function in class:android::CameraDeviceClient
885 status_t err = mDevice->flush(lastFrameNumber);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java987 public void flush() throws CameraAccessException { method in class:CameraDeviceImpl
994 // flush.
1000 long lastFrameNumber = mRemoteDevice.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();
2307 // so we don't report the jump when the flush occurs).
2418 // Check whether a pending flush or stop has completed, as those commands may
2443 // 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.java1666 private static native WifiScanner.ScanData[] getScanResultsNative(int iface, boolean flush); argument
1990 public WifiScanner.ScanData[] getScanResults(boolean flush) { argument
1994 sd = getScanResultsNative(sWlan0Index, flush);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp693 // After a flush without shutdown, decoder is paused.
994 ALOGV("decoder %s flush completed", audio ? "audio" : "video");
1057 *flushing = FLUSHING_DECODER_SHUTDOWN; // initiate shutdown after flush.
1058 break; // Wait for flush to complete.
1060 break; // Wait for flush to complete.
1139 ALOGV("renderer %s flush completed.", audio ? "audio" : "video");
1230 // After a flush without shutdown, decoder is paused.
1421 // We wait for both the decoder flush and the renderer flush to complete
1454 // decoder flush complete
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp914 res = mDevice->flush();
916 ALOGE("%s: Camera %d: Unable to flush pending requests: %s (%d)",
1933 res = mDevice->flush();
1935 ALOGE("%s: Camera %d: Unable flush device: %s (%d)",
/frameworks/base/core/java/android/app/
H A DActivityManager.java3513 pw.flush();
3525 pw.flush();
H A DBackStackRecord.java700 pw.flush();
1664 pw.flush();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1644 pw.flush();
1658 pw.flush();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1614 status_t Camera3Device::flush(int64_t *frameNumber) { function in class:android::Camera3Device
1626 res = mRequestThread->flush();
2967 status_t Camera3Device::RequestThread::flush() { function in class:android::Camera3Device::RequestThread
2972 return mHal3Device->ops->flush(mHal3Device);
3143 // Use flush lock only when submitting multilple requests in a batch.
3144 // TODO: The problem with flush lock is flush() will be blocked by process_capture_request()
3145 // which may take a long time to finish so synchronizing flush() and
3146 // 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.java224 while in the Executing state using {@link #flush}.
372 specific data may be lost during the flush. You must resubmit the data using buffers marked with
373 {@link #BUFFER_FLAG_CODEC_CONFIG} after such flush to ensure proper codec operation.
440 #flush} to transition the codec to the Running sub-state and start receiving input buffers.
667 It is important that the input data after {@link #start} or {@link #flush} starts at a suitable
706 seek) you <strong>MUST</strong> flush the decoder. Since all output buffers are immediately
707 revoked at the point of the flush, you may want to first signal then wait for the end-of-stream
708 before you call {@code flush}. It is important that the input data after a flush starts at a
711 <strong>Note:</strong> the format of the data submitted after a flush mus
2047 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.java1844 @Override public void flush() { method in class:GLSurfaceView.LogWriter
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java244 out.flush();

Completed in 1928 milliseconds

1234567891011>>