Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/common/utils/default/include/
H A DUtils.h37 static V2_0::GnssLocation getMockLocationV2_0();
/aosp12/hardware/interfaces/gnss/2.0/default/
H A DGnss.cpp70 const auto location = Utils::getMockLocationV2_0(); in start()
/aosp12/hardware/interfaces/gnss/common/utils/default/
H A DUtils.cpp235 V2_0::GnssLocation Utils::getMockLocationV2_0() { in getMockLocationV2_0() function in android::hardware::gnss::common::Utils
/aosp12/hardware/interfaces/gnss/common/utils/default/include/v2_1/
H A DGnssTemplate.h236 const auto location = Utils::getMockLocationV2_0(); in start()