Searched refs:GnssConstellationTypeAidl (Results 1 – 2 of 2) sorted by relevance
44 using GnssConstellationTypeAidl = android::hardware::gnss::GnssConstellationType; typedef368 id.constellation = GnssConstellationTypeAidl::UNKNOWN; in FindStrongFrequentNonGpsSource()393 static_cast<GnssConstellationTypeAidl>(gnss_sv.v2_0.constellation); in FindStrongFrequentNonGpsSource()486 if (source_to_blocklist.constellation == GnssConstellationTypeAidl::UNKNOWN) { in TEST_P()531 (static_cast<GnssConstellationTypeAidl>(gnss_sv.v2_0.constellation) == in TEST_P()573 (static_cast<GnssConstellationTypeAidl>(gnss_sv.v2_0.constellation) == in TEST_P()609 GnssConstellationTypeAidl constellation_to_blocklist = static_cast<GnssConstellationTypeAidl>( in TEST_P()622 source_to_blocklist_2.constellation = GnssConstellationTypeAidl::IRNSS; in TEST_P()654 EXPECT_FALSE((static_cast<GnssConstellationTypeAidl>(gnss_sv.v2_0.constellation) == in TEST_P()692 GnssConstellationTypeAidl constellation_to_blocklist = static_cast<GnssConstellationTypeAidl>( in TEST_P()[all …]
20 using GnssConstellationTypeAidl = android::hardware::gnss::GnssConstellationType; typedef