Searched refs:mDrmDisplayInterface (Results 1 – 2 of 2) sorted by relevance
2420 : mDrmDisplayInterface(displayInterface) in DrmModeAtomicReq()2433 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "%s", result.c_str()); in ~DrmModeAtomicReq()2440 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "destroy blob error"); in ~DrmModeAtomicReq()2449 …HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "%s:: %s property id(%d) for id(%d) is not availabl… in atomicAddProperty()2458 …HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "%s:: Failed to add property %d(%s) for id(%d), ret… in atomicAddProperty()2476 …ALOGD("%s atomic config ++++++++++++", mDrmDisplayInterface->mExynosDisplay->mDisplayName.c_str()); in dumpAtomicCommitInfo()2482 if (mPset->items[i].object_id == mDrmDisplayInterface->mDrmCrtc->id()) { in dumpAtomicCommitInfo()2483 for (auto property_ptr : mDrmDisplayInterface->mDrmCrtc->properties()) { in dumpAtomicCommitInfo()2491 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()2495 } else if (mPset->items[i].object_id == mDrmDisplayInterface->mDrmConnector->id()) { in dumpAtomicCommitInfo()[all …]
254 int ret = mDrmDisplayInterface->mDrmDevice->DestroyPropertyBlob(blob); in destroyOldBlobs()256 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in destroyOldBlobs()274 ExynosDisplayDrmInterface *mDrmDisplayInterface = NULL; variable277 int drmFd() const { return mDrmDisplayInterface->mDrmDevice->fd(); } in drmFd()