/hardware/google/gfxstream/host/magma/magma_dec/ |
D | magma_dec.cpp | 57 outptr_device_out.flush(); in decode() 61 stream->flush(); in decode() 98 outptr_result_buffer_out.flush(); in decode() 99 outptr_result_out.flush(); in decode() 103 stream->flush(); in decode() 135 outptr_result_buffer_mapping_id_inout.flush(); in decode() 136 outptr_result_buffer_size_inout.flush(); in decode() 137 outptr_result_out.flush(); in decode() 141 stream->flush(); in decode() 161 outptr_connection_out.flush(); in decode() [all …]
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 58 stream->flush(); in decode() 80 outptr_major.flush(); in decode() 81 outptr_minor.flush(); in decode() 85 stream->flush(); in decode() 106 outptr_buffer.flush(); in decode() 110 stream->flush(); in decode() 131 outptr_buffer.flush(); in decode() 135 stream->flush(); in decode() 154 outptr_numAttribs.flush(); in decode() 158 stream->flush(); in decode() [all …]
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | sensors.cpp | 42 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()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.cpp.inl | 31 void flush() { function in VkEncoder::Impl 33 m_stream.flush(); 67 void VkEncoder::flush() { mImpl->flush(); } function in VkEncoder
|
D | VkEncoder.h.inl | 1 void flush();
|
/hardware/google/gfxstream/include/render-utils/ |
D | IOStream.h | 52 if (flush() < 0) { in alloc() 74 int flush() { in flush() function 84 flush(); in readback()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/htmldiff/ |
D | htmldiff | 74 fp.flush() 92 sys.stdout.flush() 93 sys.stderr.flush()
|
/hardware/interfaces/gnss/aidl/default/ |
D | GnssBatching.cpp | 81 ndk::ScopedAStatus GnssBatching::flush() { in flush() function in aidl::android::hardware::gnss::GnssBatching 112 flush(); in cleanup() 124 flush(); in batchLocation()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | DefaultVhalImpl_test.cpp | 136 auto newEvents = mEventQueue.flush(); in waitForEvents() 327 mEventQueue.flush(); in TEST_F() 356 mEventQueue.flush(); in TEST_F() 408 mEventQueue.flush(); in TEST_F() 414 auto events = mEventQueue.flush(); in TEST_F() 759 mEventQueue.flush(); in TEST_F() 771 auto events = mEventQueue.flush(); in TEST_F() 794 mEventQueue.flush(); in TEST_F() 798 EXPECT_LE(mEventQueue.flush().size(), 1u); in TEST_F() 812 mEventQueue.flush(); in TEST_F() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 12 …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/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 231 outptr_eqn.flush(); in decode() 235 stream->flush(); in decode() 258 outptr_params.flush(); in decode() 262 stream->flush(); in decode() 286 outptr_params.flush(); in decode() 290 stream->flush(); in decode() 314 outptr_params.flush(); in decode() 318 stream->flush(); in decode() 342 outptr_params.flush(); in decode() 346 stream->flush(); in decode() [all …]
|
/hardware/libhardware/modules/camera/3_4/ |
D | camera.cpp | 149 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/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 323 stream->flush(); in decode() 553 stream->flush(); in decode() 577 stream->flush(); in decode() 995 outptr_buffers.flush(); in decode() 999 stream->flush(); in decode() 1039 outptr_framebuffers.flush(); in decode() 1043 stream->flush(); in decode() 1066 outptr_renderbuffers.flush(); in decode() 1070 stream->flush(); in decode() 1093 outptr_textures.flush(); in decode() [all …]
|
/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 96 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/interfaces/audio/aidl/android/hardware/audio/core/ |
D | stream-out-async-sm.gv | 43 TRANSFER_PAUSED -> IDLE [label="flush"]; // buffer is cleared 46 PAUSED -> IDLE [label="flush"]; // producer -> passive, buffer is cleared 53 DRAIN_PAUSED -> IDLE [label="flush"]; // buffer is cleared
|
/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/ |
D | IOStream.h | 73 if (flush() < 0) { in alloc() 97 virtual int flush() { in flush() function
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | PreparedModel.cpp | 69 relocation.output->flush(); in handleExecutionResult() 94 relocation.output->flush(); in handleFencedExecutionResult() 156 relocation.input->flush(); in executeInternal() 211 relocation.input->flush(); in executeFencedInternal() 285 kRelocation.input->flush(); in compute() 302 kRelocation.input->flush(); in computeFenced()
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 120 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/google/aemu/host-common/ |
D | MediaH264DecoderVideoToolBoxProxy.cpp | 95 void MediaH264DecoderVideoToolBoxProxy::flush(void* ptr) { in flush() function in android::emulation::MediaH264DecoderVideoToolBoxProxy 96 mCurrentDecoder->flush(ptr); in flush()
|
D | address_space_graphics_unittests.cpp | 123 flush(); in allocBuffer() 134 flush(); in writeFully() 174 flush(); in speculativeRead() 207 void flush() { in flush() function in android::emulation::asg::AddressSpaceGraphicsTest::Client 642 client.flush(); in runRoundTrips() 688 client.flush(); in TEST_F() 722 client.flush(); in TEST_F() 769 client.flush(); in TEST_F()
|
/hardware/interfaces/gnss/aidl/android/hardware/gnss/ |
D | IGnssBatching.aidl | 122 void flush(); in flush() method
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/3/android/hardware/gnss/ |
D | IGnssBatching.aidl | 41 void flush(); in flush() method
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/ |
D | IGnssBatching.aidl | 41 void flush(); in flush() method
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/ |
D | IGnssBatching.aidl | 41 void flush(); in flush() method
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/ |
D | IGnssBatching.aidl | 41 void flush(); in flush() method
|