Searched defs:flush (Results 1 - 25 of 29) sorted by relevance

12

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG4.cpp127 void VideoDecoderMPEG4::flush(void) { function in class:VideoDecoderMPEG4
128 VideoDecoderBase::flush();
213 flush();
H A DVideoDecoderVP8.cpp118 void VideoDecoderVP8::flush(void) { function in class:VideoDecoderVP8
119 VideoDecoderBase::flush();
H A DVideoDecoderWMV.cpp72 void VideoDecoderWMV::flush(void) { function in class:VideoDecoderWMV
73 VideoDecoderBase::flush();
H A DVideoDecoderAVC.cpp82 void VideoDecoderAVC::flush(void) { function in class:VideoDecoderAVC
84 VideoDecoderBase::flush();
H A DVideoDecoderBase.cpp202 void VideoDecoderBase::flush(void) { function in class:VideoDecoderBase
204 // nothing to flush at this stage
231 // flush vbp parser
233 WTRACE("Failed to flush parser. Continue");
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.h38 virtual void flush(void) { } function in class:PVSoftMPEG4Encoder
H A DVideoEncoderBase.cpp595 void VideoEncoderBase::flush() { function in class:VideoEncoderBase
1673 //new sharing session, flush buffer sharing cache
1675 //flush surfacemap cache
/hardware/libhardware/include/hardware/
H A Dactivity_recognition.h79 * A flush_complete event which indicates that a flush() has been successfully completed. This
82 * reported to the framework. An event of this type should be generated only if flush() has been
83 * explicitly called and if the FIFO is empty at the time flush() is called it should trivially
86 * A flush complete event should have the following parameters set.
91 * See (*flush)() for more details.
112 * is a flush complete event, this should be set to zero.
205 int (*flush)(const struct activity_recognition_device* dev); member in struct:activity_recognition_device
H A Dcamera3.h100 * - flush call to drop all in-flight requests/buffers as fast as possible.
2599 * flush:
2606 * held at the time of flush() (whether successfully filled or not) may be
2660 * flush() should only return when there are no more outstanding buffers or
2666 * could help improve the flush call overall performance.
2680 * 0: On a successful flush of the camera HAL.
2688 int (*flush)(const struct camera3_device *); member in struct:camera3_device_ops
H A Daudio.h365 * Drain must return immediately on stop() and flush() call
372 * Notifies to the audio driver to flush the queued data. Stream must already
373 * be paused before calling flush().
377 int (*flush)(struct audio_stream_out* stream); member in struct:audio_stream_out
H A Dsensors.h83 /* a previous flush operation has completed */
202 * This event indicates that a previous (*flush)() call has completed for the sensor
204 * see (*flush)() for more details
984 * If the sensor is a one-shot sensor, flush must return -EINVAL and not generate
985 * any flush complete metadata.
986 * If the sensor is not active at the time flush() is called, flush() should return
989 int (*flush)(struct sensors_poll_device_1* dev, int sensor_handle); member in struct:sensors_poll_device_1
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp616 void frame_parse::flush () function in class:frame_parse
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp578 void frame_parse::flush () function in class:frame_parse
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp80 flush();
371 flush();
387 flush();
611 void ISVProcessor::flush() function in class:ISVProcessor
632 //flush finished.
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp95 int flush(int handle);
325 int sensors_poll_context_t::flush(int handle) function in class:sensors_poll_context_t
328 return mSensor->flush(handle);
383 return ctx->flush(handle);
407 dev->device.flush = poll__flush;
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp110 int flush(int handle);
151 // Initialize pending flush queue
226 LOGI_IF(1, "pollEvents() Returning fake flush event completion for handle %d",
353 LOGE("ERROR malloc'ing space for pending handler flush entry");
358 int sensors_poll_context_t::flush(int handle) function in class:sensors_poll_context_t
361 return mSensor->flush(handle);
418 int status = ctx->flush(handle);
420 LOGI_IF(0, "creating flush completion event for handle %d", handle);
442 dev->device.flush = poll__flush;
/hardware/libhardware/modules/camera/
H A DCamera.cpp573 static int flush(const camera3_device_t*) function
590 .flush = default_camera_hal::flush,
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnOverlayPlane.cpp103 // flush
104 flush(PLANE_ENABLE);
122 // flush
123 flush(PLANE_DISABLE);
855 bool AnnOverlayPlane::flush(uint32_t flags) function in class:android::intel::AnnOverlayPlane
861 ELOGTRACE("invalid flush flags.");
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapture.cpp225 CAMHAL_LOGE("Missing flush shot config parameter. Will use current (%s)",
507 bool flush,
526 ret = setVectorShot(evValues, evValues2, evModes2, evCount, frameCount, flush, bracketMode);
630 bool flush,
637 bool doFlush = flush;
502 doExposureBracketing(int *evValues, int *evValues2, int *evModes2, size_t evCount, size_t frameCount, bool flush, OMX_BRACKETMODETYPE bracketMode) argument
625 setVectorShot(int *evValues, int *evValues2, int *evModes2, size_t evCount, size_t frameCount, bool flush, OMX_BRACKETMODETYPE bracketMode) argument
H A DOMXCameraAdapter.cpp1330 CAMHAL_LOGDA("Waiting for flush event");
1357 mOMXCallbackHandler->flush();
4005 void OMXCameraAdapter::OMXCallbackHandler::flush() function in class:Ti::Camera::OMXCameraAdapter::OMXCallbackHandler
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp784 GetScanResultsCommand(wifi_interface_handle iface, byte flush, argument
787 mRetrieved(0), mFlush(flush), mCompleted(0)
790 int createRequest(WifiRequest& request, int num, byte flush) { argument
802 result = request.put_u8(GSCAN_ATTRIBUTE_FLUSH_RESULTS, flush);
915 wifi_error wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, argument
920 GetScanResultsCommand *cmd = new GetScanResultsCommand(iface, flush, results, max, num);
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp195 int flush(int handle);
386 int sensors_poll_context_t::flush(int handle) { function in class:sensors_poll_context_t
387 ALOGV("flush");
392 retval = v1->flush(v1, local_handle);
394 ALOGE("IGNORING flush() call to non-API-compliant sensor handle=%d !", handle);
447 return ctx->flush(handle);
661 dev->proxy_device.flush = device__flush;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan.cpp1070 byte flush, int max,
1140 flush) ||
1069 wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, int max, wifi_scan_result *results, int *num) argument
/hardware/intel/img/libdrm/shared-core/
H A Dr128_drm.h248 int flush; member in struct:drm_r128_cce_stop
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c4891 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush) argument
4968 if ((cpi->source = vp8_lookahead_pop(cpi->lookahead, flush)))
4998 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done)

Completed in 1572 milliseconds

12