Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/
DConstants.h31 const int64_t kMockTimestamp = 1519930775453L; variable
/hardware/interfaces/gnss/aidl/default/
DGnssDebug.cpp28 using ::android::hardware::gnss::common::kMockTimestamp;
45 kMockTimestamp + ::android::elapsedRealtimeNano() / 1e6), in getDebugData()
/hardware/interfaces/gnss/common/utils/default/v2_1/
DGnssDebug.cpp44 TimeDebug timeDebug = {.timeEstimate = kMockTimestamp, in getDebugData()
/hardware/interfaces/gnss/1.1/default/
DGnssDebug.cpp48 TimeDebug timeDebug = {.timeEstimate = kMockTimestamp, in getDebugData()
/hardware/interfaces/gnss/common/utils/vts/include/
DUtils.h37 static const int64_t kMockTimestamp = 1519930775453L;
/hardware/interfaces/gnss/common/utils/default/
DUtils.cpp285 kMockTimestamp + ::android::elapsedRealtimeNano() / 1e6), in getMockLocation()
318 static_cast<int64_t>(kMockTimestamp + ::android::elapsedRealtimeNano() / 1e6)}; in getMockLocationV1_0()
/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp118 static_cast<int64_t>(kMockTimestamp + ::android::elapsedRealtimeNano() * 1e-6); in getMockLocation()