Searched defs:DrmCrtc (Results 1 - 2 of 2) sorted by relevance

/external/drm_hwcomposer/
H A Ddrmcrtc.cpp29 DrmCrtc::DrmCrtc(DrmResources *drm, drmModeCrtcPtr c, unsigned pipe) function in class:android::DrmCrtc
42 int DrmCrtc::Init() {
57 uint32_t DrmCrtc::id() const {
61 unsigned DrmCrtc::pipe() const {
65 int DrmCrtc::display() const {
69 void DrmCrtc::set_display(int display) {
73 bool DrmCrtc::can_bind(int display) const {
77 const DrmProperty &DrmCrtc::active_property() const {
81 const DrmProperty &DrmCrtc
[all...]
H A Ddrmcrtc.h30 class DrmCrtc { class in namespace:android
32 DrmCrtc(DrmResources *drm, drmModeCrtcPtr c, unsigned pipe);
33 DrmCrtc(const DrmCrtc &) = delete;
34 DrmCrtc &operator=(const DrmCrtc &) = delete;

Completed in 101 milliseconds