HomeSort by relevance Sort by last modified time
    Searched defs:DrmMode (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
drmmode.h 26 class DrmMode {
28 DrmMode() = default;
29 DrmMode(drmModeModeInfoPtr m);
drmmode.cpp 17 #include "drmmode.h"
26 DrmMode::DrmMode(drmModeModeInfoPtr m)
45 bool DrmMode::operator==(const drmModeModeInfo &m) const {
54 void DrmMode::ToDrmModeModeInfo(drm_mode_modeinfo *m) const {
72 uint32_t DrmMode::id() const {
76 void DrmMode::set_id(uint32_t id) {
80 uint32_t DrmMode::clock() const {
84 uint32_t DrmMode::h_display() const {
88 uint32_t DrmMode::h_sync_start() const
    [all...]

Completed in 52 milliseconds