/hardware/interfaces/gnss/1.1/default/ |
D | GnssConfiguration.h | 36 inline bool operator()(const BlacklistedSource& s1, const BlacklistedSource& s2) const { in operator() 37 return (s1.constellation == s2.constellation) && (s1.svid == s2.svid); in operator()
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocUnorderedSetMap.h | 57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() argument 59 for (auto b = s2.begin(); b != s2.end(); b++) { in removeAndReturnInterset() 66 s2.erase(b); in removeAndReturnInterset()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | LocUnorderedSetMap.h | 57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() argument 59 for (auto b = s2.begin(); b != s2.end(); b++) { in removeAndReturnInterset() 66 s2.erase(b); in removeAndReturnInterset()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 953 bcmstricmp(const char *s1, const char *s2) in bcmstricmp() argument 957 while (*s2 && *s1) { in bcmstricmp() 959 sc = xToLower(*s2); in bcmstricmp() 963 s2++; in bcmstricmp() 966 if (*s1 && !*s2) return 1; in bcmstricmp() 967 if (!*s1 && *s2) return -1; in bcmstricmp() 987 bcmstrnicmp(const char* s1, const char* s2, int cnt) in bcmstrnicmp() argument 991 while (*s2 && *s1 && cnt) { in bcmstrnicmp() 993 sc = xToLower(*s2); in bcmstrnicmp() 997 s2++; in bcmstrnicmp() [all …]
|
/hardware/interfaces/identity/support/tests/ |
D | cppbor_test.cpp | 191 const string s2("hello"); in TEST() local 194 details::makeItem(s2)->toString()); // copy of const string in TEST() 202 const string_view s2("hello"); in TEST() local 204 EXPECT_EQ("\x65\x68\x65\x6c\x6c\x6f"s, details::makeItem(s2)->toString()); in TEST() 209 const char s2[] = "hello"; in TEST() local 212 EXPECT_EQ("\x65\x68\x65\x6c\x6c\x6f"s, details::makeItem(s2)->toString()); in TEST() 226 const char* s2 = "hello"; in TEST() local 227 pair p3 = make_pair(s2, s2 + 5); in TEST()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 367 int bcmstricmp(const char *s1, const char *s2); 368 int bcmstrnicmp(const char* s1, const char* s2, int cnt);
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1063 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1064 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1063 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1064 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1161 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1162 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1160 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1161 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1159 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1160 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1162 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1163 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1160 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1161 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1172 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1173 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1172 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1173 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1159 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1160 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1162 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1163 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
D | loc_eng.cpp | 1161 ATLSubscriber s2(mID, locEng->internet_nif, locEng->adapter, false); in proc() local 1162 if (locEng->internet_nif->unsubscribeRsrc((Subscriber*)&s2)) { in proc()
|