Home
last modified time | relevance | path

Searched refs:timeStamp (Results 1 – 12 of 12) sorted by relevance

/system/chre/chpp/clients/
Dwwan.c384 uint64_t *timeStamp = in chppWwanGetCellInfoAsyncResult() local
385 (uint64_t *)(CHPP_CONST_CAST_POINTER(&chre->cells[i].timeStamp)); in chppWwanGetCellInfoAsyncResult()
386 *timeStamp -= (uint64_t)offset; in chppWwanGetCellInfoAsyncResult()
/system/chre/chpp/test/
Dwwan_convert_test.cpp30 .timeStamp = 1234,
57 .timeStamp = 1235,
98 EXPECT_EQ(chpp->timeStamp, chre->timeStamp); in compareCellInfo()
/system/chre/platform/linux/
Dpal_wwan.cc39 cell->timeStamp = gSystemApi->getCurrentTime(); in sendCellInfoResult()
/system/chre/chpp/common/
Dwwan_convert.c224 out->timeStamp = in->timeStamp; in chppWwanConvertCellInfoFromChre()
545 out->timeStamp = in->timeStamp; in chppWwanConvertCellInfoToChre()
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h350 uint64_t timeStamp; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h350 uint64_t timeStamp; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h350 uint64_t timeStamp; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h452 uint64_t timeStamp; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h452 uint64_t timeStamp; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h202 uint64_t timeStamp; member
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc337 maxTimestamp = MAX(maxTimestamp, event->cells[i].timeStamp); in handleCellInfoResult()
338 checkTimestamp(event->cells[i].timeStamp, in handleCellInfoResult()
/system/chre/apps/wwan_world/
Dwwan_world.cc87 LOGI("Found cell at time %" PRIu64, cell->timeStamp); in logChreWwanInfo()