Searched refs:mDrmDisplayInterface (Results 1 – 2 of 2) sorted by relevance
1914 : mDrmDisplayInterface(displayInterface) in DrmModeAtomicReq()1927 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "%s", result.string()); in ~DrmModeAtomicReq()1934 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "destroy blob error"); in ~DrmModeAtomicReq()1976 if (mPset->items[i].object_id == mDrmDisplayInterface->mDrmCrtc->id()) { in dumpAtomicCommitInfo()1985 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()1998 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()2004 for (auto &plane : mDrmDisplayInterface->mDrmDevice->planes()) { in dumpAtomicCommitInfo()2014 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()2023 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()2049 int ret = drmModeAtomicCommit(mDrmDisplayInterface->mDrmDevice->fd(), in commit()[all …]
204 int ret = mDrmDisplayInterface->mDrmDevice->DestroyPropertyBlob(blob); in destroyOldBlobs()206 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in destroyOldBlobs()218 ExynosDisplayDrmInterface *mDrmDisplayInterface = NULL; variable221 int drmFd() const { return mDrmDisplayInterface->mDrmDevice->fd(); } in drmFd()