Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DPowerBaseTest.py290 monsoon_data.data_points, monsoon_data.timestamps, monsoon_data.hz,
296 t0 = self.timestamps[0]
300 for ind, t in enumerate(self.timestamps):
303 self.timestamps[ind] = t + dt * index
331 base_time = self.timestamps[0]
352 for t, d in zip(self.timestamps, self.data_points):
435 start_time = self.timestamps[0]
437 for t, d in zip(self.timestamps, self.data_points):
527 for t, d in zip(self.timestamps, self.data_points):
/tools/test/connectivity/acts/framework/acts/controllers/
Dmonsoon.py422 def __init__(self, data_points, timestamps, hz, voltage, offset=0): argument
434 self._timestamps = timestamps
442 self.timestamps = self._timestamps[self.offset:]
576 self.timestamps = self._timestamps[self.offset:]
585 for t, d in zip(self.timestamps, self.data_points):
630 for t, d in zip(self.timestamps, self.data_points):
742 timestamps = []
764 timestamps.append(this_time)
782 timestamps,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py70 timestamps = []
73 [timestamps.extend(x.timestamps) for x in results]
/tools/test/connectivity/acts/tests/google/ble/power/
DBleScanPowerTest.py111 self.ad.log.info("Monsoon start_time: {}".format(result.timestamps[0]))