/device/google/contexthub/sensorhal/ |
D | sensors.h | 68 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;
|
D | sensors.cpp | 59 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/ |
D | VulkanStreamGuest.cpp | 79 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()
|
D | VulkanStreamGuest.h | 55 void flush();
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/decoder/ |
D | foo_dec.cpp | 73 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/ |
D | EmulatedCamera3.cpp | 152 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,
|
D | EmulatedCamera3.h | 124 virtual status_t flush(); 164 static int flush(const camera3_device_t *);
|
D | EmulatedFakeCamera3.h | 93 virtual status_t flush();
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCamera3.cpp | 144 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,
|
D | EmulatedCamera3.h | 117 virtual status_t flush(); 157 static int flush(const camera3_device_t *);
|
/device/generic/goldfish-opengl/host/include/libOpenglRender/ |
D | IOStream.h | 52 if (flush() < 0) { in alloc() 76 virtual int flush() { in flush() function
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenglRender/ |
D | IOStream.h | 38 int flush() { in flush() function
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 566 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/ |
D | MediaH264Decoder.h | 88 void flush();
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 77 std::cout << std::flush; in main()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.h | 52 virtual int flush();
|
D | HostConnection.h | 166 void flush() { in flush() function 168 m_stream->flush(); in flush()
|
/device/amlogic/yukawa/hal/audio/ |
D | fifo_wrapper.cpp | 78 return interface->p_fifo_reader->flush(); in fifo_flush()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 472 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/ |
D | BootReporter.java | 114 mKmsgWriter.flush(); in reportMessage()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | ProtocolUtils.h | 173 void flush() {
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.h | 39 void flush() { m_stream->flush(); } in flush() function
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors.h | 58 Return<Result> flush(int32_t sensorHandle) override;
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 361 #define DEC_OPS(power, firmware, rate, flush, cal, cfg) \ argument 365 .sensorFlush = flush, \
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 344 #define DEC_OPS(power, firmware, rate, flush, cal, cfg) \ argument 348 .sensorFlush = flush, \
|