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

12

/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensor.cpp117 int Sensor::flush(int handle) { function in class:Sensor
H A DSensorsHAL.cpp46 device.flush = FlushWrapper;
242 int SensorContext::flush(int handle) { function in class:SensorContext
252 /* flush doesn't apply to one-shot sensors */
256 return sensors[handle]->flush(handle);
301 return reinterpret_cast<SensorContext *>(dev)->flush(handle);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngOverlayPlane.cpp180 bool TngOverlayPlane::flush(uint32_t flags) function in class:android::intel::TngOverlayPlane
/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.cpp94 flush();
334 * FUNCTION : flush
336 * DESCRIPTION: flush all nodes from the queue, queue will be empty after this
343 void QCameraQueue::flush(){ function in class:qcamera::QCameraQueue
377 * DESCRIPTION: flush only specific nodes, depending on
422 * DESCRIPTION: flush only specific nodes, depending on
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.cpp94 flush();
334 * FUNCTION : flush
336 * DESCRIPTION: flush all nodes from the queue, queue will be empty after this
343 void QCameraQueue::flush(){ function in class:qcamera::QCameraQueue
377 * DESCRIPTION: flush only specific nodes, depending on
422 * DESCRIPTION: flush only specific nodes, depending on
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Duart.hpp176 flush() function in class:mraa::Uart
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.cpp152 void VideoDecoderMPEG2::flush(void) { function in class:VideoDecoderMPEG2
153 VideoDecoderBase::flush();
H A DVideoDecoderMPEG4.cpp147 void VideoDecoderMPEG4::flush(void) { function in class:VideoDecoderMPEG4
148 VideoDecoderBase::flush();
235 flush();
H A DVideoDecoderVP8.cpp146 void VideoDecoderVP8::flush(void) { function in class:VideoDecoderVP8
147 VideoDecoderBase::flush();
H A DVideoDecoderWMV.cpp72 void VideoDecoderWMV::flush(void) { function in class:VideoDecoderWMV
73 VideoDecoderBase::flush();
H A DVideoDecoderAVC.cpp83 void VideoDecoderAVC::flush(void) { function in class:VideoDecoderAVC
85 VideoDecoderBase::flush();
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.h38 virtual void flush(void) { } function in class:PVSoftMPEG4Encoder
H A DVideoEncoderBase.cpp598 void VideoEncoderBase::flush() { function in class:VideoEncoderBase
1678 //new sharing session, flush buffer sharing cache
1680 //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.
225 int (*flush)(const struct activity_recognition_device* dev); member in struct:activity_recognition_device
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp616 void frame_parse::flush () function in class:frame_parse
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp578 void frame_parse::flush () function in class:frame_parse
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp578 void frame_parse::flush () function in class:frame_parse
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp578 void frame_parse::flush () function in class:frame_parse
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat.h102 MixVideoFmtFlushFunc flush; member in struct:_MixVideoFormatClass
H A Dmixvideoformatenc.h114 MixVideoFmtEncFlushFunc flush; member in struct:_MixVideoFormatEncClass
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp81 flush();
379 flush();
395 flush();
638 void ISVProcessor::flush() function in class:ISVProcessor
665 //flush finished.
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp96 int flush(int handle);
326 int sensors_poll_context_t::flush(int handle) function in class:sensors_poll_context_t
329 return mSensor->flush(handle);
377 return ctx->flush(handle);
401 dev->device.flush = poll__flush;
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp75 static int flush(const camera3_device_t *dev) { function
76 return camdev_to_camera(dev)->flush();
90 .flush = usb_camera_hal::flush,
430 int Camera::flush() { function in class:usb_camera_hal::Camera
433 ALOGV("%s:%d: flush device", __func__, mId);
434 // per-device specific flush
437 ALOGE("%s:%d: Failed to flush device!", __func__, mId);
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp120 int flush(int handle);
161 // Initialize pending flush queue
241 LOGI_IF(1, "pollEvents() Returning fake flush event completion for handle %d",
375 LOGE("ERROR malloc'ing space for pending handler flush entry");
380 int sensors_poll_context_t::flush(int handle) function in class:sensors_poll_context_t
383 return mSensor->flush(handle);
440 int status = ctx->flush(handle);
442 LOGI_IF(0, "creating flush completion event for handle %d", handle);
463 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,

Completed in 751 milliseconds

12