Home
last modified time | relevance | path

Searched refs:doPSRExit (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp34 doPSRExit(NULL) in ExynosHWCService()
360 doPSRExit = callback;
365 ALOGD_IF(HWC_SERVICE_DEBUG, "%s, doPSRExit %p", __func__, doPSRExit);
366 if (doPSRExit != NULL) {
368 doPSRExit(mHWCCtx);
DExynosHWCService.h90 void (*doPSRExit)(ExynosHWCCtx *ctx); variable