Searched refs:isCompatibleWith (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ | ||
D | DrmPlane.cpp | 42 bool DrmPlane::isCompatibleWith(const DrmCrtc& crtc) { in isCompatibleWith() function in aidl::android::hardware::graphics::composer3::impl::DrmPlane |
D | DrmPlane.h | 45 bool isCompatibleWith(const DrmCrtc& crtc); |
D | DrmClient.cpp | 211 return plane->isCompatibleWith(*crtc); in loadDrmDisplays() |