Searched refs:GetPlaneProperty (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmplane.cpp | 42 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init() 65 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init() 71 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init() 77 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init() 83 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init() 89 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init() 95 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init() 101 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init() 107 ret = drm_->GetPlaneProperty(*this, "SRC_Y", &src_y_property_); in Init() 113 ret = drm_->GetPlaneProperty(*this, "SRC_W", &src_w_property_); in Init() [all …]
|
D | drmdevice.cpp | 487 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty() function in android::DrmDevice
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | drmdevice.h | 66 int GetPlaneProperty(const DrmPlane &plane, const char *prop_name,
|