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

/external/drm_hwcomposer/
H A Dautofd.h71 struct OutputFd { struct in namespace:android
72 OutputFd() = default;
73 OutputFd(int *fd) : fd_(fd) { function in struct:android::OutputFd
75 OutputFd(OutputFd &&rhs) { function in struct:android::OutputFd
80 OutputFd &operator=(OutputFd &&rhs) {

Completed in 113 milliseconds