Searched refs:doze (Results 1 – 2 of 2) sorted by relevance
277 struct timespec doze; in AKFS_MeasureLoop() local386 doze = AKFS_CalcSleep(&tsend, &tsstart, minimum); in AKFS_MeasureLoop()387 AKMDATA(AKMDATA_LOOP, "Sleep: %6.2f msec\n", (doze.tv_nsec/1000000.0f)); in AKFS_MeasureLoop()388 nanosleep(&doze, NULL); in AKFS_MeasureLoop()
97 * doze functionality. In this case, the device is free to take over458 * @return support is true only when the display supports doze modes.