Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/aidl/default/
DGnssConfiguration.cpp27 mBlocklistedConstellationSet.clear(); in setBlocklist()
32 mBlocklistedConstellationSet.insert(source.constellation); in setBlocklist()
42 if (mBlocklistedConstellationSet.find(static_cast<GnssConstellationType>( in isBlocklistedV2_1()
43 gnssSvInfo.v2_0.constellation)) != mBlocklistedConstellationSet.end()) { in isBlocklistedV2_1()
DGnssConfiguration.h68 BlocklistedConstellationSet mBlocklistedConstellationSet; member