Searched refs:timeLeft (Results 1 – 2 of 2) sorted by relevance
609 int64_t timeLeft; in handleWakelocks() local610 if (sharedWakelockDidTimeout(&timeLeft)) { in handleWakelocks()617 static_cast<uint32_t>(WakeLockQueueFlagBits::DATA_WRITTEN), timeLeft); in handleWakelocks()629 bool HalProxy::sharedWakelockDidTimeout(int64_t* timeLeft) { in sharedWakelockDidTimeout() argument636 *timeLeft = kWakelockTimeoutNs - duration; in sharedWakelockDidTimeout()
321 bool sharedWakelockDidTimeout(int64_t* timeLeft);