Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:idle_timeout

147         long idle_timeout = DEFAULT_IDLE_TIME;
150 idle_timeout = atoi(property);
154 if(idle_timeout != -1)
162 (unsigned int)idle_timeout);