Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching defs:fd_

90       : fd_(fd), description_(description), timeline_(timeline) {
94 std::swap(fd_, rhs.fd_);
100 if (fd_ == NULL)
103 if (*fd_ >= 0)
106 *fd_ = timeline_.CreateDummyFence().Release();
108 if (*fd_ < 0)
110 description_.c_str(), fd_, *fd_);
114 int *fd_ = NULL;