Home
last modified time | relevance | path

Searched defs:OutputFd (Results 1 – 1 of 1) sorted by relevance

/external/drm_hwcomposer/
Ddrm_hwcomposer.h89 struct OutputFd { struct
91 OutputFd(int *fd) : fd_(fd) { in OutputFd() argument
93 OutputFd(OutputFd &&rhs) { in OutputFd() argument
98 OutputFd &operator=(OutputFd &&rhs); argument
100 int Set(int fd) { in Set()
107 int get() { in get()