/system/extras/perf_tools/ |
D | sbtpull.py | 19 self.timeStamp = 0 30 self.timeStamp = float(timeString) 31 self.delta = self.timeStamp - priorTimeStamp 34 priorTimeStamp = self.timeStamp 42 …print("I, {:5d}, T, {:8.4f}, D, {: .4f}, DD, ({: .4f}) {}".format(self.lineNum, self.timeStamp, se… 45 …return "I, {:5d}, T, {:8.4f}, D, {: .4f}, DD, ({: .4f}) {}".format(self.lineNum, self.timeStamp, s… 51 return item.timeStamp 97 timeStart = item.timeStamp 98 timeOffset = item.timeStamp - timeStart 141 startTime = self.findFirst(startKeyWord).timeStamp [all …]
|
/system/extras/perf_tools/bats/ |
D | lcan.py | 359 timeStamp = self.parseTimeStamp(line) 360 if timeStamp==None: 364 self.firstKernelTimeStamp = timeStamp 366 if timeStamp < self.firstKernelTimeStamp: 369 timeChange = timeStamp - self.lastTimeStamp 372 self.firstSystemTimesStamp = timeStamp 376 self.lastTimeStamp = timeStamp 379 def toSystemTime(self, timeStamp): argument 386 return timeStamp 387 if timeStamp >= self.firstSystemTimesStamp: [all …]
|
/system/chre/chpp/clients/ |
D | wwan.c | 380 uint64_t *timeStamp = in chppWwanGetCellInfoAsyncResult() local 381 (uint64_t *)(CHPP_CONST_CAST_POINTER(&chre->cells[i].timeStamp)); in chppWwanGetCellInfoAsyncResult() 382 *timeStamp -= (uint64_t)offset; in chppWwanGetCellInfoAsyncResult()
|
/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 30 .timeStamp = 1234, 57 .timeStamp = 1235, 98 EXPECT_EQ(chpp->timeStamp, chre->timeStamp); in compareCellInfo()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 224 out->timeStamp = in->timeStamp; in chppWwanConvertCellInfoFromChre() 546 out->timeStamp = in->timeStamp; in chppWwanConvertCellInfoToChre()
|
/system/chre/platform/linux/ |
D | pal_wwan.cc | 43 cell->timeStamp = gSystemApi->getCurrentTime(); in sendCellInfoResult()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 350 uint64_t timeStamp; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 350 uint64_t timeStamp; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 350 uint64_t timeStamp; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 452 uint64_t timeStamp; member
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | wwan.h | 452 uint64_t timeStamp; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 452 uint64_t timeStamp; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 202 uint64_t timeStamp; member
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | wwan.h | 452 uint64_t timeStamp; member
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | wwan.h | 452 uint64_t timeStamp; member
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 87 LOGI("Found cell at time %" PRIu64, cell->timeStamp); in logChreWwanInfo()
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 546 maxTimestamp = MAX(maxTimestamp, event->cells[i].timeStamp); in handleCellInfoResult() 547 checkTimestamp(event->cells[i].timeStamp, in handleCellInfoResult()
|