Home | History | Annotate | Download | only in pn80t

Lines Matching full:cooldown

101    * If there is no cooldown time associated, go ahead and do a real
104 * This avoids pulling the power when a cooldown is in progress
191 ALOGE("failed to transmit cooldown check");
197 ALOGE("failed to poll during cooldown");
204 ALOGE("failed to receive cooldown response");
217 /* The cooldown timers are 32-bit values. */
220 uint32_t cooldown = ese_be32toh(*value_ptr);
224 cooldown *= 60;
228 ALOGI("- Timer 0x%.2X: %d", tag, cooldown);
229 if (cooldown > max_wait) {
230 max_wait = cooldown;
294 ALOGI("interface command received: cooldown");
325 /* After the cooldown, the device should go to sleep.