Lines Matching refs:Utils
60 GnssDataV2_1 Utils::getMockMeasurementV2_1() { in getMockMeasurementV2_1()
61 GnssDataV2_0 gnssDataV2_0 = Utils::getMockMeasurementV2_0(); in getMockMeasurementV2_1()
95 GnssDataV2_0 Utils::getMockMeasurementV2_0() { in getMockMeasurementV2_0()
150 GnssData Utils::getMockMeasurement(const bool enableCorrVecOutputs, const bool enableFullTracking) { in getMockMeasurement()
266 GnssLocation Utils::getMockLocation() { in getMockLocation()
290 V2_0::GnssLocation Utils::getMockLocationV2_0() { in getMockLocationV2_0()
300 V2_0::GnssLocation location = {.v1_0 = Utils::getMockLocationV1_0(), in getMockLocationV2_0()
305 V1_0::GnssLocation Utils::getMockLocationV1_0() { in getMockLocationV1_0()
339 std::vector<GnssSvInfo> Utils::getMockSvInfoList() { in getMockSvInfoList()
356 hidl_vec<GnssSvInfoV2_1> Utils::getMockSvInfoListV2_1() { in getMockSvInfoListV2_1()
357 GnssSvInfoV1_0 gnssSvInfoV1_0 = Utils::getMockSvInfoV1_0(3, V1_0::GnssConstellationType::GPS, in getMockSvInfoListV2_1()
360 Utils::getMockSvInfoV2_0(gnssSvInfoV1_0, V2_0::GnssConstellationType::GPS); in getMockSvInfoListV2_1()
362 Utils::getMockSvInfoV2_1(gnssSvInfoV2_0, 27.5), in getMockSvInfoListV2_1()
407 GnssSvInfoV2_1 Utils::getMockSvInfoV2_1(GnssSvInfoV2_0 gnssSvInfoV2_0, float basebandCN0DbHz) { in getMockSvInfoV2_1()
415 GnssSvInfoV2_0 Utils::getMockSvInfoV2_0(GnssSvInfoV1_0 gnssSvInfoV1_0, in getMockSvInfoV2_0()
424 GnssSvInfoV1_0 Utils::getMockSvInfoV1_0(int16_t svid, V1_0::GnssConstellationType type, in getMockSvInfoV1_0()
439 hidl_vec<GnssAntennaInfo> Utils::getMockAntennaInfos() { in getMockAntennaInfos()