Lines Matching refs:displayInterface
133 ExynosDisplayDrmInterface *displayInterface = in initDisplayInterface() local
135 return displayInterface->initDrmDevice(mDrmDevice); in initDisplayInterface()
250 ExynosDisplayDrmInterface *displayInterface; in handleHistogramEvent() local
255 displayInterface = in handleHistogramEvent()
257 id = displayInterface->getCrtcId(); in handleHistogramEvent()
259 displayInterface->setHistogramData(bin); in handleHistogramEvent()
270 ExynosDisplayDrmInterface *displayInterface = in handleHistogramChannelEvent() local
272 if (histogram_channel_event->crtc_id == displayInterface->getCrtcId()) { in handleHistogramChannelEvent()
296 ExynosDisplayDrmInterface* displayInterface = in handleContextHistogramEvent() local
298 if (context_histogram_event->crtc_id == displayInterface->getCrtcId()) { in handleContextHistogramEvent()
381 ExynosDisplayDrmInterface* displayInterface = in handleDrmPropertyUpdate() local
383 if (displayInterface) displayInterface->handleDrmPropertyUpdate(connector_id, prop_id); in handleDrmPropertyUpdate()