Searched refs:flush (Results 1 - 25 of 66) sorted by relevance

123

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderInterface.h27 virtual void flush(void) = 0;
H A DPVSoftMPEG4Encoder.h38 virtual void flush(void) { } function in class:PVSoftMPEG4Encoder
H A DVideoEncoderBase.h59 virtual void flush(void);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderInterface.h29 virtual void flush() = 0;
H A DVideoDecoderMPEG4.h30 virtual void flush(void);
H A DVideoDecoderVP8.h30 virtual void flush(void);
H A DVideoDecoderWMV.h30 virtual void flush(void);
H A DVideoDecoderAVC.h30 virtual void flush(void);
H A DVideoDecoderBase.h54 virtual void flush(void);
70 // flush all decoded but not rendered buffers
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h76 void flush ();
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h77 void flush ();
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnOverlayPlane.h56 virtual bool flush(uint32_t flags);
/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.
2628 * flush:
2635 * held at the time of flush() (whether successfully filled or not) may be
2689 * flush() should only return when there are no more outstanding buffers or
2695 * could help improve the flush call overall performance.
2709 * 0: On a successful flush of the camera HAL.
2717 int (*flush)(const struct camera3_device *); member in struct:camera3_device_ops
/hardware/invensense/6515/libsensors_iio/
H A DSensorBase.h99 virtual int flush(int handle);
H A Dsensors_mpl.cpp107 int flush(int handle);
141 // Initialize pending flush queue
211 LOGI_IF(1, "pollEvents() Returning fake flush event completion for handle %d",
337 LOGE("ERROR malloc'ing space for pending handler flush entry");
342 int sensors_poll_context_t::flush(int handle) function in class:sensors_poll_context_t
345 return mSensor->flush(handle);
402 int status = ctx->flush(handle);
404 LOGI_IF(0, "creating flush completion event for handle %d", handle);
426 dev->device.flush = poll__flush;
H A DSensorBase.cpp208 int SensorBase::flush(int handle)
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.h98 virtual int flush(int handle);
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;
H A DSensorBase.cpp203 int SensorBase::flush(int handle)
/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.h58 // generic overlay register flush
59 virtual bool flush(uint32_t flags) = 0;
92 // flush flags
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h130 wifi_error wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush,
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp194 int flush(int handle);
354 int sensors_poll_context_t::flush(int handle) { function in class:sensors_poll_context_t
355 ALOGV("flush");
361 retval = v1->flush(v1, local_handle);
414 return ctx->flush(handle);
628 dev->proxy_device.flush = device__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/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);

Completed in 305 milliseconds

123