Searched refs:flush (Results 26 - 50 of 296) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp87 void flush();
136 void MediaCodecSource::Puller::Queue::flush() { function in class:android::MediaCodecSource::Puller::Queue
187 queue->flush(); // flush any unprocessed pulled buffers
H A DMediaSync.cpp343 void MediaSync::flush() { function in class:android::MediaSync
657 // If flush happened while waiting for a buffer to be released, simply return it
H A DSimpleDecodingSource.cpp201 // flush codec on seek
206 mCodec->flush();
219 // allow some time to get input buffer after flush
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp167 status_t flush(SyncEvent *event);
695 status_t err = flush(event);
819 flush(NULL);
1033 status_t ATSParser::Stream::flush(SyncEvent *event) { function in class:android::ATSParser::Stream
H A DESQueue.cpp807 bool flush = false; local
820 flush = true;
829 flush = true;
835 if (flush) {
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp255 return translate_error(mData->mCodec->flush());
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h493 virtual void flush();
H A DAudioStreamOut.cpp182 int AudioStreamOut::flush() function in class:android::AudioStreamOut
188 if (stream->flush != NULL) {
189 return stream->flush(stream);
H A DAudioStreamOut.h101 virtual status_t flush();
105 uint64_t mFramesWritten; // reset by flush
107 uint64_t mRenderPosition; // reset by flush or standby
H A DPlaybackTracks.h49 void flush();
168 bool mFlushHwPending; // track requests for thread flush
H A DSpdifStreamOut.cpp105 int SpdifStreamOut::flush() function in class:android::SpdifStreamOut
108 return AudioStreamOut::flush();
H A DSpdifStreamOut.h89 virtual status_t flush();
H A DThreads.cpp2992 // we're about to wait, flush the binder command buffer
3899 // or stopped which can occur when flush() is called while active
3957 case TrackBase::FLUSHED: // flush() while active
4843 // if an active track did not command a flush, check for pending flush on stopped tracks
4853 // make sure the pause/flush/resume sequence is executed in the right order.
4854 // If a flush is pending and a track is active but the HW is not paused, force a HW pause
4855 // before flush and then resume HW. This can happen in case of pause/flush/resume
5072 mOutput->flush();
[all...]
H A DTracks.cpp240 // flush the binder command buffer
299 void AudioFlinger::TrackHandle::flush() { function in class:android::AudioFlinger::TrackHandle
300 mTrack->flush();
694 // Acknowledge any pending flush(), so that subsequent new data isn't discarded.
718 // If the track is not active (PAUSED and buffers full), flush buffers
773 void AudioFlinger::PlaybackThread::Track::flush() function in class:android::AudioFlinger::PlaybackThread::Track
775 ALOGV("flush(%d)", mName);
782 // If offloaded we allow flush during any state except terminated
790 ALOGV("flush: offload flush");
[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/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);
H A DCameraDeviceClient.h121 virtual binder::Status flush(
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h282 * Flush all pending and in-flight requests. Blocks until flush is
286 virtual status_t flush(int64_t *lastFrameNumber = NULL) = 0;
/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().
H A DCamera3Device.h143 virtual status_t flush(int64_t *lastFrameNumber = NULL);
318 * Pause processing and flush everything, but don't tell the clients.
485 status_t flush();
611 // To protect flush() and sending a request batch to HAL.
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java367 pw.flush();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java118 bos.flush();
/frameworks/base/core/java/android/app/
H A DActivityManager.java3507 pw.flush();
3519 pw.flush();
H A DActivityThread.java1024 pw.flush();
1165 pw.flush();
3247 pw.flush();
3263 pw.flush();
3279 pw.flush();
H A DApplicationErrorReport.java347 pw.flush();

Completed in 471 milliseconds

1234567891011>>