HomeSort by relevance Sort by last modified time
    Searched defs:hwc_context_t (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 31 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/msm8960/libhwcomposer/
hwc_utils.h 45 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 *ctx, hwc_display_contents_1_t* list, int dpy
300 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 44 struct hwc_context_t;
115 static void setBwc(hwc_context_t *ctx, const hwc_rect_t& crop,
178 void setListStats(hwc_context_t *ctx, const hwc_display_contents_1_t *list,
180 void initContext(hwc_context_t *ctx);
181 void closeContext(hwc_context_t *ctx);
187 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
191 bool isSecondaryConfiguring(hwc_context_t* ctx);
192 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, const int& dpy);
194 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
201 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x
349 struct hwc_context_t { struct
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 45 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 *ctx, hwc_display_contents_1_t* list, int dpy
300 struct hwc_context_t { struct
    [all...]

Completed in 597 milliseconds