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

/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp32 struct hwc_context_t { struct
101 struct hwc_context_t* ctx = (struct hwc_context_t*)dev;
115 struct hwc_context_t *dev;
116 dev = (hwc_context_t*)malloc(sizeof(*dev));
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h45 struct hwc_context_t;
157 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list,
159 void initContext(hwc_context_t *ctx);
160 void closeContext(hwc_context_t *ctx);
166 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
168 bool isExternalActive(hwc_context_t* ctx);
171 bool setupBasePipe(hwc_context_t *ctx);
172 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
179 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x,
186 int hwc_sync(hwc_context_t *ct
300 struct hwc_context_t { struct
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h47 struct hwc_context_t;
229 hwc_rect_t calculateDisplayViewFrame(hwc_context_t *ctx, int dpy);
231 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list,
233 void initContext(hwc_context_t *ctx);
234 void closeContext(hwc_context_t *ctx);
240 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
242 bool isExternalActive(hwc_context_t* ctx);
246 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer,
251 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
253 bool isGLESOnlyComp(hwc_context_t *ct
496 struct hwc_context_t { struct
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h48 struct hwc_context_t;
251 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list,
253 void initContext(hwc_context_t *ctx);
254 void closeContext(hwc_context_t *ctx);
260 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
266 bool isExternalActive(hwc_context_t* ctx);
270 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer,
275 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
277 bool isGLESOnlyComp(hwc_context_t *ct
529 struct hwc_context_t { struct
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h54 struct hwc_context_t;
179 static void setBwc(const hwc_context_t *ctx, const int& dpy,
301 void setListStats(hwc_context_t *ctx, hwc_display_contents_1_t *list,
303 void initContext(hwc_context_t *ctx);
304 void closeContext(hwc_context_t *ctx);
310 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
315 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
316 bool isExternalActive(hwc_context_t* ctx);
320 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer,
325 int hwc_vsync_control(hwc_context_t* ct
604 struct hwc_context_t { struct
[all...]

Completed in 158 milliseconds