Home
last modified time | relevance | path

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

1234567

/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()
Dsensors.h55 int flush(int handle);
/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/camera/3_4/
Dcamera.cpp149 flush(); in close()
418 int Camera::flush() in flush() function in default_camera_hal::Camera
580 static int flush(const camera3_device_t *dev) in flush() function
582 return camdev_to_camera(dev)->flush(); in flush()
596 .flush = default_camera_hal::flush,
/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/camera/device/3.3/default/
DCameraDeviceSession.h113 virtual Return<Status> flush() override { in flush() function
114 return mParent->flush(); in flush()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp82 static int flush(const camera3_device_t *dev) { in flush() function
83 return camdev_to_camera(dev)->flush(); in flush()
97 .flush = usb_camera_hal::flush,
437 int Camera::flush() { in flush() function in usb_camera_hal::Camera
/hardware/interfaces/gnss/2.0/default/
DGnssBatching.cpp45 Return<void> GnssBatching::flush() { in flush() function in android::hardware::gnss::V2_0::implementation::GnssBatching
DGnssBatching.h42 Return<void> flush() override;
/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/qcom/camera/msm8998/QCamera2/util/
DQCameraQueue.h55 void flush();
DQCameraHALPP.cpp170 m_iuputQ.flush(); in flushQ()
171 m_outgoingQ.flush(); in flushQ()
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal283 * flush:
290 * held at the time of flush() (whether successfully filled or not) may be
300 * flush() may be called concurrently to processCaptureRequest(), with the
305 * be started after flush has been invoked but has not returned yet. If such
306 * a call happens before flush() returns, the HAL must treat the new
363 * 4. If a flush() is invoked while a processCaptureRequest() invocation
365 * addition, if a processCaptureRequest() call is made after flush()
366 * has been invoked but before flush() has returned, the capture request
370 * flush() must only return when there are no more outstanding buffers or
376 * the partial failure cases as well, as it could help improve the flush
[all …]
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dframeparser.h71 void flush ();
/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/google/av/media/codecs/base/include/
DSimpleC2Component.h216 bool flush = mFlush; in popPendingFlush() local
218 return flush; in popPendingFlush()
/hardware/interfaces/wifi/1.3/
DIWifiChip.hal80 * API to flush debug ring buffer data to files.
82 * Force flush debug ring buffer using IBase::debug.
/hardware/libhardware/include/hardware/
Dactivity_recognition.h225 int (*flush)(const struct activity_recognition_device* dev); member

1234567