Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dpy

159         int dpy);
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 *ctx, hwc_display_contents_1_t* list, int dpy,
191 void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform,
200 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
206 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
280 static inline int openFb(int dpy) {
284 snprintf(name, 64, devtmpl, dpy);
345 static inline bool isSkipPresent (hwc_context_t *ctx, int dpy) {
346 return ctx->listStats[dpy].skipCount;
349 static inline bool isYuvPresent (hwc_context_t *ctx, int dpy) {
350 return ctx->listStats[dpy].yuvCount;