Lines Matching refs:mDrmDevice
75 …mDrmDevice->event_listener()->UnRegisterHotplugHandler(static_cast<DrmEventHandler *>(&mExynosDrmE… in ~ExynosDeviceDrmInterface()
76 …mDrmDevice->event_listener()->UnRegisterTUIHandler(static_cast<DrmTUIEventHandler *>(&mExynosDrmEv… in ~ExynosDeviceDrmInterface()
84 mDrmDevice = mDrmResourceManager.GetDrmDevice(HWC_DISPLAY_PRIMARY); in init()
85 assert(mDrmDevice != NULL); in init()
89 mExynosDrmEventHandler.init(mExynosDevice, mDrmDevice); in init()
90 …mDrmDevice->event_listener()->RegisterHotplugHandler(static_cast<DrmEventHandler *>(&mExynosDrmEve… in init()
91 …mDrmDevice->event_listener()->RegisterTUIHandler(static_cast<DrmTUIEventHandler *>(&mExynosDrmEven… in init()
93 if (mDrmDevice->event_listener()->IsDrmInTUI()) { in init()
104 return displayInterface->initDrmDevice(mDrmDevice); in initDisplayInterface()
111 mDPUInfo.dpuInfo.dpp_chs.resize(mDrmDevice->planes().size()); in updateRestrictions()
114 for (auto &plane : mDrmDevice->planes()) { in updateRestrictions()
122 drmModePropertyBlobPtr blob = drmModeGetPropertyBlob(mDrmDevice->fd(), blobId); in updateRestrictions()
153 DrmCrtc *drmCrtc = mDrmDevice->GetCrtcForDisplay(0); in updateRestrictions()
202 mDrmDevice = drmDevice; in init()
236 if (mDrmDevice->event_listener()->IsDrmInTUI()) { in HandleTUIEvent()