Home
last modified time | relevance | path

Searched refs:h_sync_end_ (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/
Ddrmmode.cpp31 h_sync_end_(m->hsync_end), in DrmMode()
47 h_sync_start_ == m.hsync_start && h_sync_end_ == m.hsync_end && in operator ==()
58 m->hsync_end = h_sync_end_; in ToDrmModeModeInfo()
93 return h_sync_end_; in h_sync_end()
Ddrmmode.h64 uint32_t h_sync_end_ = 0; variable