Searched refs:getMockLocation (Results 1 – 4 of 4) sorted by relevance
32 static GnssLocation getMockLocation();
27 GnssLocation Utils::getMockLocation() { in getMockLocation() function in android::hardware::gnss::common::Utils
62 V2_0::GnssLocation location = {.v1_0 = Utils::getMockLocation(), .elapsedRealtime = timestamp}; in getMockLocationV2_0()
47 auto location = Utils::getMockLocation(); in start()