Lines Matching refs:Utils
54 GnssDataV2_1 Utils::getMockMeasurementV2_1() { in getMockMeasurementV2_1()
55 GnssDataV2_0 gnssDataV2_0 = Utils::getMockMeasurementV2_0(); in getMockMeasurementV2_1()
89 GnssDataV2_0 Utils::getMockMeasurementV2_0() { in getMockMeasurementV2_0()
144 GnssData Utils::getMockMeasurement(const bool enableCorrVecOutputs) { in getMockMeasurement()
235 V2_0::GnssLocation Utils::getMockLocationV2_0() { in getMockLocationV2_0()
245 V2_0::GnssLocation location = {.v1_0 = Utils::getMockLocationV1_0(), in getMockLocationV2_0()
250 V1_0::GnssLocation Utils::getMockLocationV1_0() { in getMockLocationV1_0()
267 hidl_vec<GnssSvInfoV2_1> Utils::getMockSvInfoListV2_1() { in getMockSvInfoListV2_1()
268 GnssSvInfoV1_0 gnssSvInfoV1_0 = Utils::getMockSvInfoV1_0(3, V1_0::GnssConstellationType::GPS, in getMockSvInfoListV2_1()
271 Utils::getMockSvInfoV2_0(gnssSvInfoV1_0, V2_0::GnssConstellationType::GPS); in getMockSvInfoListV2_1()
273 Utils::getMockSvInfoV2_1(gnssSvInfoV2_0, 27.5), in getMockSvInfoListV2_1()
318 GnssSvInfoV2_1 Utils::getMockSvInfoV2_1(GnssSvInfoV2_0 gnssSvInfoV2_0, float basebandCN0DbHz) { in getMockSvInfoV2_1()
326 GnssSvInfoV2_0 Utils::getMockSvInfoV2_0(GnssSvInfoV1_0 gnssSvInfoV1_0, in getMockSvInfoV2_0()
335 GnssSvInfoV1_0 Utils::getMockSvInfoV1_0(int16_t svid, V1_0::GnssConstellationType type, in getMockSvInfoV1_0()
350 hidl_vec<GnssAntennaInfo> Utils::getMockAntennaInfos() { in getMockAntennaInfos()