Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 123) sorted by relevance

12345

/hardware/libhardware/modules/sensors/dynamic_sensor/
Dsensors.cpp42 device.flush = FlushWrapper; in SensorContext()
75 int SensorContext::flush(int handle) { in flush() function in SensorContext
76 return mDynamicSensorManager->flush(handle); in flush()
116 return reinterpret_cast<SensorContext *>(dev)->flush(handle); in FlushWrapper()
DBaseSensorObject.cpp42 int BaseSensorObject::flush() { in flush() function in android::SensorHalExt::BaseSensorObject
DBaseSensorObject.h54 virtual int flush(); in REF_BASE()
/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp96 int flush(int handle);
326 int sensors_poll_context_t::flush(int handle) in flush() function in sensors_poll_context_t
329 return mSensor->flush(handle); in flush()
377 return ctx->flush(handle); in poll__flush()
401 dev->device.flush = poll__flush; in open_sensors()
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp120 int flush(int handle);
380 int sensors_poll_context_t::flush(int handle) in flush() function in sensors_poll_context_t
383 return mSensor->flush(handle); in flush()
440 int status = ctx->flush(handle); in poll__flush()
463 dev->device.flush = poll__flush; in open_sensors()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h38 std::vector<T> flush() { in flush() function
135 std::vector<T> items = mQueue->flush(); in runInternal()
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md12 …ce, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common …
17 …g of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. Th…
26 …g of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. Th…
/hardware/libhardware/modules/usbcamera/
DCamera.cpp75 static int flush(const camera3_device_t *dev) { in flush() function
76 return camdev_to_camera(dev)->flush(); in flush()
90 .flush = usb_camera_hal::flush,
430 int Camera::flush() { in flush() function in usb_camera_hal::Camera
/hardware/interfaces/sensors/1.0/
DISensors.hal101 * Trigger a flush of internal FIFO.
108 * is a one-shot sensor, flush must return BAD_VALUE and not generate any
109 * flush complete metadata. If the sensor is not active at the time flush()
110 * is called, flush() return BAD_VALUE.
115 flush(int32_t sensorHandle) generates (Result result);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngOverlayPlane.h45 virtual bool flush(uint32_t flags);
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderInterface.h27 virtual void flush(void) = 0;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderInterface.h29 virtual void flush() = 0;
DVideoDecoderMPEG2.h34 virtual void flush(void);
DVideoDecoderMPEG4.h30 virtual void flush(void);
DVideoDecoderVP8.h30 virtual void flush(void);
DVideoDecoderWMV.h30 virtual void flush(void);
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal284 * flush:
291 * held at the time of flush() (whether successfully filled or not) may be
301 * flush() may be called concurrently to processCaptureRequest(), with the
306 * be started after flush has been invoked but has not returned yet. If such
307 * a call happens before flush() returns, the HAL must treat the new
364 * 4. If a flush() is invoked while a processCaptureRequest() invocation
366 * addition, if a processCaptureRequest() call is made after flush()
367 * has been invoked but before flush() has returned, the capture request
371 * flush() must only return when there are no more outstanding buffers or
377 * the partial failure cases as well, as it could help improve the flush
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dframeparser.h76 void flush ();
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h77 void flush ();
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h78 void flush ();
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h78 void flush ();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnOverlayPlane.h57 virtual bool flush(uint32_t flags);
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnOverlayPlane.h57 virtual bool flush(uint32_t flags);
/hardware/libhardware/include/hardware/
Dactivity_recognition.h225 int (*flush)(const struct activity_recognition_device* dev); member
/hardware/libhardware/modules/sensors/
Dmultihal.cpp198 int flush(int handle);
397 int sensors_poll_context_t::flush(int handle) { in flush() function in sensors_poll_context_t
403 retval = v1->flush(v1, local_handle); in flush()
477 return ctx->flush(handle); in device__flush()
698 dev->proxy_device.flush = device__flush; in open_sensors()

12345