Home
last modified time | relevance | path

Searched refs:ppc_property (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h62 const DrmProperty &ppc_property() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp159 if (drmCrtc->ppc_property().id()) { in updateRestrictions()
160 auto [ret_ppc, value] = drmCrtc->ppc_property().value(); in updateRestrictions()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp202 const DrmProperty &DrmCrtc::ppc_property() const { in ppc_property() function in android::DrmCrtc