Searched refs:timeStamp (Results 1 – 12 of 12) sorted by relevance
384 uint64_t *timeStamp = in chppWwanGetCellInfoAsyncResult() local385 (uint64_t *)(CHPP_CONST_CAST_POINTER(&chre->cells[i].timeStamp)); in chppWwanGetCellInfoAsyncResult()386 *timeStamp -= (uint64_t)offset; in chppWwanGetCellInfoAsyncResult()
30 .timeStamp = 1234,57 .timeStamp = 1235,98 EXPECT_EQ(chpp->timeStamp, chre->timeStamp); in compareCellInfo()
39 cell->timeStamp = gSystemApi->getCurrentTime(); in sendCellInfoResult()
224 out->timeStamp = in->timeStamp; in chppWwanConvertCellInfoFromChre()545 out->timeStamp = in->timeStamp; in chppWwanConvertCellInfoToChre()
350 uint64_t timeStamp; member
452 uint64_t timeStamp; member
202 uint64_t timeStamp; member
337 maxTimestamp = MAX(maxTimestamp, event->cells[i].timeStamp); in handleCellInfoResult()338 checkTimestamp(event->cells[i].timeStamp, in handleCellInfoResult()
87 LOGI("Found cell at time %" PRIu64, cell->timeStamp); in logChreWwanInfo()