Searched defs:hwc_context_t (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp31 struct hwc_context_t { struct
98 struct hwc_context_t* ctx = (struct hwc_context_t*)dev;
112 struct hwc_context_t *dev;
113 dev = (hwc_context_t*)malloc(sizeof(*dev));
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h46 struct hwc_context_t;
158 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list,
160 void initContext(hwc_context_t *ctx);
161 void closeContext(hwc_context_t *ctx);
167 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
169 bool isExternalActive(hwc_context_t* ctx);
172 bool setupBasePipe(hwc_context_t *ctx);
173 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
180 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x,
187 int hwc_sync(hwc_context_t *ct
301 struct hwc_context_t { struct
[all...]

Completed in 40 milliseconds