Home
last modified time | relevance | path

Searched refs:allTypes (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sm8150/gps/gnss/
DNativeAgpsHandler.cpp54 uint64_t allTypes = networkInfo->mAllTypes; in notify() local
/hardware/qcom/sm7250/gps/gnss/
DNativeAgpsHandler.cpp54 uint64_t allTypes = networkInfo->mAllTypes; in notify() local
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.cpp624 vector<FrontendStatusType> allTypes; in statusReadinessTest() local
640 allTypes.push_back(static_cast<FrontendStatusType>(i)); in statusReadinessTest()
643 ndk::ScopedAStatus status = mFrontend->getFrontendStatusReadiness(allTypes, &readiness); in statusReadinessTest()
645 ASSERT_TRUE(readiness.size() == allTypes.size()); in statusReadinessTest()
649 if (allTypes[i] == mFrontendInfo.statusCaps[j]) { in statusReadinessTest()
/hardware/qcom/sm7250/gps/core/
DSystemStatus.h517 uint64_t allTypes = (static_cast<SystemStatusNetworkInfo&>(curInfo)).mAllTypes; in collate() local
523 … allTypes=%" PRIx64 " mType=%x mConnected=%u mNetworkHandle=%" PRIx64 , allTypes, mType, mConnecte… in collate()
529 mAllTypes |= allTypes; in collate()
575 mAllTypes = (allTypes & (~mAllTypes)); in collate()
/hardware/qcom/sm8150/gps/core/
DSystemStatus.h517 uint64_t allTypes = (static_cast<SystemStatusNetworkInfo&>(curInfo)).mAllTypes; in collate() local
529 mAllTypes |= allTypes; in collate()
575 mAllTypes = (allTypes & (~mAllTypes)); in collate()
/hardware/qcom/sm7150/gps/core/
DSystemStatus.h515 uint64_t allTypes = (static_cast<SystemStatusNetworkInfo&>(curInfo)).mAllTypes; in collate() local
524 mAllTypes |= allTypes; in collate()
565 mAllTypes = (allTypes & (~mAllTypes)); in collate()
/hardware/qcom/sm8150p/gps/core/
DSystemStatus.h513 uint64_t allTypes = (static_cast<SystemStatusNetworkInfo&>(curInfo)).mAllTypes; in collate() local
522 mAllTypes |= allTypes; in collate()
563 mAllTypes = (allTypes & (~mAllTypes)); in collate()