Home
last modified time | relevance | path

Searched refs:FlushInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/sensors/sensor/services/include/
H A Dflush_info_record.h37 struct FlushInfo { struct
40 FlushInfo(const sptr<SensorBasicDataChannel> &channel, bool enableFlush) in FlushInfo() argument
51 std::unordered_map<int32_t, std::vector<FlushInfo>> GetFlushInfo();
56 int32_t GetFlushChannelIndex(const std::vector<FlushInfo> &flushInfoList,
64 std::unordered_map<int32_t, std::vector<FlushInfo>> flushInfo_;
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dflush_info_record.h34 struct FlushInfo { struct
38 FlushInfo(const sptr<MedicalSensorBasicDataChannel> &channel, bool enableFlush) in FlushInfo() argument
50 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> GetFlushInfo();
55 int32_t GetFlushChannelIndex(const std::vector<struct FlushInfo> &flushInfoList,
64 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> flushInfo_;
/ohos5.0/base/sensors/sensor/services/src/
H A Dflush_info_record.cpp31 std::unordered_map<int32_t, std::vector<FlushInfo>> FlushInfoRecord::GetFlushInfo() in GetFlushInfo()
50 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo()
58 std::vector<FlushInfo> vec { flush }; in SetFlushInfo()
76 int32_t FlushInfoRecord::GetFlushChannelIndex(const std::vector<FlushInfo> &flushInfoList, in GetFlushChannelIndex()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dflush_info_record.cpp36 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> FlushInfoRecord::GetFlushInfo() in GetFlushInfo()
60 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo()
68 std::vector<struct FlushInfo> vec { flush }; in SetFlushInfo()
87 int32_t FlushInfoRecord::GetFlushChannelIndex(const std::vector<struct FlushInfo> &flushInfoList, in GetFlushChannelIndex()
H A Dmedical_data_processer.cpp319 std::vector<struct FlushInfo> flushVec; in EventFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h38 struct FlushInfo;
61 virtual void Flush(FlushInfo *drawingflushInfo = nullptr) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h42 struct FlushInfo { struct
188 void Flush(FlushInfo *drawingflushInfo = nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.h66 void Flush(FlushInfo *drawingflushInfo = nullptr) override;
H A Dskia_surface.cpp458 void SkiaSurface::Flush(FlushInfo *drawingflushInfo) in Flush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp134 void Surface::Flush(FlushInfo *drawingflushInfo) in Flush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp120 FlushInfo drawingflushInfo; in SurfaceFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp281 FlushInfo drawingFlushInfo = { 0 };
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp290 Drawing::FlushInfo drawingFlushInfo; in NativeFlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp270 Drawing::FlushInfo drawingFlushInfo; in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1767 Drawing::FlushInfo drawingFlushInfo; in OptimizedFlushAndSubmit()