Home
last modified time | relevance | path

Searched defs:FlushInfo (Results 1 – 3 of 3) sorted by relevance

/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
/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() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h42 struct FlushInfo { struct
43 bool backendSurfaceAccess = false;
44 size_t numSemaphores = 0;
45 void* backendSemaphore = nullptr;
46 void (*finishedProc)(void* finishedContext) = nullptr;
47 void* finishedContext = nullptr;
48 void (*submittedProc)(void* finishedContext, bool success) = nullptr;
49 void* submittedContext = nullptr;