Home
last modified time | relevance | path

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

123

/device/google/contexthub/sensorhal/
Dsensors.h68 int flush(int handle);
115 virtual int flush(int handle) = 0;
128 virtual int flush(int handle) override;
151 virtual int flush(int handle) override;
Dsensors.cpp59 device.flush = FlushWrapper; in SensorContext()
125 int SensorContext::flush(int handle) { in flush() function in SensorContext
130 return h->flush(handle); in flush()
191 return reinterpret_cast<SensorContext *>(dev)->flush(handle); in FlushWrapper()
313 int SensorContext::HubConnectionOperation::flush(int handle) { in flush() function in SensorContext::HubConnectionOperation
356 int SensorContext::DynamicSensorManagerOperation::flush(int handle) { in flush() function in SensorContext::DynamicSensorManagerOperation
357 return mDynamicSensorManager->flush(handle); in flush()
/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanStreamGuest.cpp79 void flush() { in flush() function in goldfish_vk::VulkanStreamGuest::Impl
98 mStream->flush(); in commitWrite()
185 void VulkanStreamGuest::flush() { in flush() function in goldfish_vk::VulkanStreamGuest
186 mImpl->flush(); in flush()
DVulkanStreamGuest.h55 void flush();
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/decoder/
Dfoo_dec.cpp73 stream->flush(); in decode()
142 outptr_obj.flush(); in decode()
146 stream->flush(); in decode()
164 outptr_count.flush(); in decode()
168 stream->flush(); in decode()
/device/generic/goldfish/camera/
DEmulatedCamera3.cpp152 status_t EmulatedCamera3::flush() { in flush() function in android::EmulatedCamera3
230 int EmulatedCamera3::flush(const camera3_device_t *d) { in flush() function in android::EmulatedCamera3
232 return ec->flush(); in flush()
254 EmulatedCamera3::flush,
DEmulatedCamera3.h124 virtual status_t flush();
164 static int flush(const camera3_device_t *);
DEmulatedFakeCamera3.h93 virtual status_t flush();
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera3.cpp144 status_t EmulatedCamera3::flush() { in flush() function in android::EmulatedCamera3
222 int EmulatedCamera3::flush(const camera3_device_t* d) { in flush() function in android::EmulatedCamera3
224 return ec->flush(); in flush()
245 EmulatedCamera3::flush,
DEmulatedCamera3.h117 virtual status_t flush();
157 static int flush(const camera3_device_t *);
/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h52 if (flush() < 0) { in alloc()
76 virtual int flush() { in flush() function
/device/generic/opengl-transport/host/libs/virglrenderer/OpenglRender/
DIOStream.h38 int flush() { in flush() function
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c566 uint8_t flush; member
645 bool flush; member
2318 while (T(sensors[i]).flush > 0) {
2321 T(sensors[i]).flush--;
2326 static void int1Evt(TASK, bool flush);
2337 T(sensors[sensor_idx]).flush++;
2677 if (T(fifo_start_sync) || !T(flush)) {
2754 if ((int_status & BIT_INT_STATUS_FIFO_THS) || T(flush)) {
2784 static void int1Evt(TASK, bool flush) argument
2787 T(flush) = flush;
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.h88 void flush();
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc77 std::cout << std::flush; in main()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.h52 virtual int flush();
DHostConnection.h166 void flush() { in flush() function
168 m_stream->flush(); in flush()
/device/amlogic/yukawa/hal/audio/
Dfifo_wrapper.cpp78 return interface->p_fifo_reader->flush(); in fifo_flush()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c472 uint8_t flush; member
1831 while (mTask.sensors[ACC].flush > 0) {
1833 mTask.sensors[ACC].flush--;
1835 while (mTask.sensors[GYR].flush > 0) {
1837 mTask.sensors[GYR].flush--;
1840 while (mTask.sensors[MAG].flush > 0) {
1842 mTask.sensors[MAG].flush--;
1850 mTask.sensors[ACC].flush++;
1858 mTask.sensors[GYR].flush++;
1867 mTask.sensors[MAG].flush++;
[all …]
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DBootReporter.java114 mKmsgWriter.flush(); in reportMessage()
/device/generic/opengl-transport/host/libs/virglrenderer/
DProtocolUtils.h173 void flush() {
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h39 void flush() { m_stream->flush(); } in flush() function
/device/generic/goldfish/sensors/
Dmultihal_sensors.h58 Return<Result> flush(int32_t sensorHandle) override;
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c361 #define DEC_OPS(power, firmware, rate, flush, cal, cfg) \ argument
365 .sensorFlush = flush, \
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c344 #define DEC_OPS(power, firmware, rate, flush, cal, cfg) \ argument
348 .sensorFlush = flush, \

123