Lines Matching refs:hwc_context_t
45 struct hwc_context_t;
149 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list,
151 void initContext(hwc_context_t *ctx);
152 void closeContext(hwc_context_t *ctx);
158 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
160 bool isExternalActive(hwc_context_t* ctx);
163 bool setupBasePipe(hwc_context_t *ctx);
164 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
171 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x,
178 int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy,
182 void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform,
191 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
197 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
240 void init_uevent_thread(hwc_context_t* ctx);
242 void init_vsync_thread(hwc_context_t* ctx);
272 struct hwc_context_t { struct
315 static inline bool isSkipPresent (hwc_context_t *ctx, int dpy) { in isSkipPresent() argument
319 static inline bool isYuvPresent (hwc_context_t *ctx, int dpy) { in isYuvPresent()