Home
last modified time | relevance | path

Searched refs:GnssConstellationTypeAidl (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test_cases.cpp44 using GnssConstellationTypeAidl = android::hardware::gnss::GnssConstellationType; typedef
368 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 …]
H A Dgnss_hal_test.cpp20 using GnssConstellationTypeAidl = android::hardware::gnss::GnssConstellationType; typedef