Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Dautofd.h71 struct OutputFd { struct
73 OutputFd(int *fd) : fd_(fd) { in OutputFd() argument
75 OutputFd(OutputFd &&rhs) { in OutputFd() function
86 int Set(int fd) { in Set()
93 int get() { in get()