Searched refs:displayInterface (Results 1 – 3 of 3) sorted by relevance
133 ExynosDisplayDrmInterface *displayInterface = in initDisplayInterface() local135 return displayInterface->initDrmDevice(mDrmDevice); in initDisplayInterface()250 ExynosDisplayDrmInterface *displayInterface; in handleHistogramEvent() local255 displayInterface = in handleHistogramEvent()257 id = displayInterface->getCrtcId(); in handleHistogramEvent()259 displayInterface->setHistogramData(bin); in handleHistogramEvent()270 ExynosDisplayDrmInterface *displayInterface = in handleHistogramChannelEvent() local272 if (histogram_channel_event->crtc_id == displayInterface->getCrtcId()) { in handleHistogramChannelEvent()296 ExynosDisplayDrmInterface* displayInterface = in handleContextHistogramEvent() local298 if (context_histogram_event->crtc_id == displayInterface->getCrtcId()) { in handleContextHistogramEvent()[all …]
221 DrmModeAtomicReq(ExynosDisplayDrmInterface *displayInterface);
2419 …isplayDrmInterface::DrmModeAtomicReq::DrmModeAtomicReq(ExynosDisplayDrmInterface *displayInterface) in DrmModeAtomicReq() argument2420 : mDrmDisplayInterface(displayInterface) in DrmModeAtomicReq()