Searched refs:doPSRExit (Results 1 – 2 of 2) sorted by relevance
34 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);
90 void (*doPSRExit)(ExynosHWCCtx *ctx); variable