Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dseparate_rects.cpp44 struct SweepEvent { struct
45 EventType type;
46 union {
51 TId rect_id;
53 bool operator<(const SweepEvent<TId, TNum> &rhs) const { in operator <()