Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:consoleFd

151     : DisplayEventThreadBase(flinger), consoleFd(-1)
160 this->consoleFd = -errno;
177 this->consoleFd = -errno;
189 this->consoleFd = -errno;
199 this->consoleFd = -errno;
208 this->consoleFd = -errno;
251 this->consoleFd = fd;
256 if (this->consoleFd >= 0) {
257 int fd = this->consoleFd;
277 if (this->consoleFd >= 0) {
286 int res = ioctl(this->consoleFd, VT_SETMODE, &vm);
289 this->consoleFd, errno, strerror(errno));
293 return this->consoleFd;
321 int fd = this->consoleFd;
355 return consoleFd >= 0 ? NO_ERROR : NO_INIT;