Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/
DUtils.h41 static V1_0::GnssLocation getMockLocationV1_0();
/hardware/interfaces/gnss/common/utils/default/
DUtils.cpp300 V2_0::GnssLocation location = {.v1_0 = Utils::getMockLocationV1_0(), in getMockLocationV2_0()
305 V1_0::GnssLocation Utils::getMockLocationV1_0() { in getMockLocationV1_0() function in android::hardware::gnss::common::Utils
/hardware/interfaces/gnss/1.1/default/
DGnss.cpp48 auto location = Utils::getMockLocationV1_0(); in start()
/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h201 const auto location = Utils::getMockLocationV1_0(); in start()