Searched refs:get_deep_sleep_count (Results 1 – 4 of 4) sorted by relevance
189 start_count = self.cr50.get_deep_sleep_count()194 return self.cr50.get_deep_sleep_count() - start_count
44 count = self.cr50.get_deep_sleep_count()
125 irq_counts[self.KEY_DEEP_SLEEP] = int(self.cr50.get_deep_sleep_count())
346 def get_deep_sleep_count(self): member in ChromeCr50