Lines Matching refs:dpy
178 static void setBwc(const hwc_context_t *ctx, const int& dpy,
269 int dpy);
288 const int& dpy);
292 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable);
294 bool isGLESOnlyComp(hwc_context_t *ctx, const int& dpy);
295 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
299 void updateDisplayInfo(hwc_context_t* ctx, int dpy);
300 void resetDisplayInfo(hwc_context_t* ctx, int dpy);
301 void initCompositionResources(hwc_context_t* ctx, int dpy);
302 void destroyCompositionResources(hwc_context_t* ctx, int dpy);
303 void clearPipeResources(hwc_context_t* ctx, int dpy);
321 bool isActionSafePresent(hwc_context_t *ctx, int dpy);
324 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& dst);
326 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
331 void setRefreshRate(hwc_context_t *ctx, int dpy, uint32_t refreshRate);
339 int dpy,
353 void resetROI(hwc_context_t *ctx, const int dpy);
359 void handle_pause(hwc_context_t *ctx, int dpy);
360 void handle_resume(hwc_context_t *ctx, int dpy);
363 void handle_online(hwc_context_t* ctx, int dpy);
364 void handle_offline(hwc_context_t* ctx, int dpy);
370 int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy,
387 int configColorLayer(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
395 void updateCropAIVVideoMode(hwc_context_t *ctx, hwc_rect_t& crop, int dpy);
396 void updateDestAIVVideoMode(hwc_context_t *ctx, hwc_rect_t& dst, int dpy);
398 hwc_rect_t& dst, int dpy);
401 int configureNonSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
407 int configureSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
414 const int& dpy,
425 bool canUseRotator(hwc_context_t *ctx, int dpy);
427 int getLeftSplit(hwc_context_t *ctx, const int& dpy);
429 bool isDisplaySplit(hwc_context_t* ctx, int dpy);
518 static inline int openFb(int dpy) {
522 snprintf(name, 64, devtmpl, dpy);
647 static inline bool isSkipPresent (hwc_context_t *ctx, int dpy) {
648 return ctx->listStats[dpy].skipCount;
651 static inline bool isYuvPresent (hwc_context_t *ctx, int dpy) {
652 return ctx->listStats[dpy].yuvCount;
660 inline bool isSecurePresent(hwc_context_t *ctx, int dpy) {
661 return ctx->listStats[dpy].isSecurePresent;