Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:idle_timeout

143         long idle_timeout = DEFAULT_IDLE_TIME;
146 idle_timeout = atoi(property);
150 if(idle_timeout != -1)
158 (unsigned int)idle_timeout);