Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/common/utils/default/include/
H A DConstants.h31 const int64_t kMockTimestamp = 1519930775453L; variable
/aosp12/hardware/interfaces/gnss/1.1/default/
H A DGnssDebug.cpp48 TimeDebug timeDebug = {.timeEstimate = kMockTimestamp, in getDebugData()
/aosp12/hardware/interfaces/gnss/common/utils/default/v2_1/
H A DGnssDebug.cpp44 TimeDebug timeDebug = {.timeEstimate = kMockTimestamp, in getDebugData()
/aosp12/hardware/interfaces/gnss/common/utils/default/
H A DUtils.cpp263 static_cast<int64_t>(kMockTimestamp + ::android::elapsedRealtimeNano() / 1e6)}; in getMockLocationV1_0()