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

/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.cpp85 flush();
215 * FUNCTION : flush
217 * DESCRIPTION: flush all nodes from the queue, queue will be empty after this
224 void QCameraQueue::flush(){ function in class:qcamera::QCameraQueue
255 * DESCRIPTION: flush only specific nodes, depending on
/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.cpp572 void frame_parse::flush () function in class:frame_parse
/hardware/libhardware/include/hardware/
H A Dcamera3.h90 * - flush call to drop all in-flight requests/buffers as fast as possible.
2091 * flush:
2098 * held at the time of flush() (whether sucessfully filled or not) may be
2108 * flush() should only return when there are no more outstanding buffers or
2112 * A flush() call should only take 100ms or less. The maximum time it can
2121 * 0: On a successful flush of the camera HAL.
2129 int (*flush)(const struct camera3_device *); member in struct:camera3_device_ops
H A Daudio.h346 * Drain must return immediately on stop() and flush() call
353 * Notifies to the audio driver to flush the queued data. Stream must already
354 * be paused before calling flush().
358 int (*flush)(struct audio_stream_out* stream); member in struct:audio_stream_out
H A Dsensors.h72 /* a previous flush operation has completed */
222 * This event indicates that a previous (*flush)() call has completed for the sensor
224 * see (*flush)() for more details
1273 * The flush happens asynchronously (i.e.: this function must return
1280 * If the specified sensor wasn't in batch mode, flush succeeds and
1283 * If the FIFO was empty at the time of the call, flush returns
1287 * If the specified sensor wasn't enabled, flush returns -EINVAL.
1291 int (*flush)(struct sensors_poll_device_1* dev, int handle); member in struct:sensors_poll_device_1
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp150 flush: QCamera3HardwareInterface::flush,
224 /*flush the metadata list*/
760 /*flush the metadata list*/
1685 * FUNCTION : flush
1694 int QCamera3HardwareInterface::flush() function in class:qcamera::QCamera3HardwareInterface
4349 * FUNCTION : flush
4359 int QCamera3HardwareInterface::flush( function in class:qcamera::QCamera3HardwareInterface
4371 rc = hw->flush();

Completed in 254 milliseconds