/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 60 auto a = find(s1.begin(), s1.end(), *b); in removeAndReturnInterset() 61 if (a != s1.end()) { in removeAndReturnInterset() 65 s1.erase(a); 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 60 auto a = find(s1.begin(), s1.end(), *b); in removeAndReturnInterset() 61 if (a != s1.end()) { in removeAndReturnInterset() 65 s1.erase(a); in removeAndReturnInterset()
|
/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/display/msm8960/libexternal/ |
D | external.cpp | 146 const char *s1 = str + strlen("change@/devices/virtual/switch/"); in processUEventOnline() local 147 if(!strncmp(s1,"hdmi",strlen(s1))) { in processUEventOnline() 152 }else if(!strncmp(s1,"wfd",strlen(s1))) { in processUEventOnline() 159 const char *s1 = str + strlen("change@/devices/virtual/switch/"); in processUEventOffline() local 160 if(!strncmp(s1,"hdmi",strlen(s1))) { in processUEventOffline() 164 }else if(!strncmp(s1,"wfd",strlen(s1))) { in processUEventOffline()
|
/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() 958 dc = xToLower(*s1); in bcmstricmp() 962 s1++; 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() 992 dc = xToLower(*s1); in bcmstrnicmp() 996 s1++; in bcmstrnicmp() [all …]
|
/hardware/interfaces/identity/support/tests/ |
D | cppbor_test.cpp | 190 string s1("hello"); in TEST() local 192 EXPECT_EQ("\x65\x68\x65\x6c\x6c\x6f"s, details::makeItem(s1)->toString()); // copy of string in TEST() 196 details::makeItem(std::move(s1))->toString()); // move string in TEST() 197 EXPECT_EQ(0U, s1.size()); // Prove string was moved, not copied. in TEST() 201 string_view s1("hello"); in TEST() local 203 EXPECT_EQ("\x65\x68\x65\x6c\x6c\x6f"s, details::makeItem(s1)->toString()); in TEST() 208 char s1[] = "hello"; in TEST() local 211 EXPECT_EQ("\x65\x68\x65\x6c\x6c\x6f"s, details::makeItem(s1)->toString()); in TEST() 218 string s1 = "hello"s; in TEST() local 219 pair<string::iterator, string::iterator> p1 = make_pair(s1.begin(), s1.end()); in TEST()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
D | loc_eng.cpp | 1150 ATLSubscriber s1(mID, locEng->agnss_nif, locEng->adapter, false); in proc() local 1151 if (locEng->agnss_nif->unsubscribeRsrc((Subscriber*)&s1)) { in proc()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
D | loc_eng.cpp | 1153 ATLSubscriber s1(mID, locEng->agnss_nif, locEng->adapter, false); in proc() local 1154 if (locEng->agnss_nif->unsubscribeRsrc((Subscriber*)&s1)) { in proc()
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
D | loc_eng.cpp | 1058 ATLSubscriber s1(mID, locEng->agnss_nif, locEng->adapter, false); in proc() local 1059 if (locEng->agnss_nif->unsubscribeRsrc((Subscriber*)&s1)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
D | loc_eng.cpp | 1152 ATLSubscriber s1(mID, locEng->agnss_nif, locEng->adapter, false); in proc() local 1153 if (locEng->agnss_nif->unsubscribeRsrc((Subscriber*)&s1)) { in proc()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
D | loc_eng.cpp | 1058 ATLSubscriber s1(mID, locEng->agnss_nif, locEng->adapter, false); in proc() local 1059 if (locEng->agnss_nif->unsubscribeRsrc((Subscriber*)&s1)) { in proc()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 59 Subscriber* s1 = (Subscriber*)fromList; in hasSubscriber() local 61 return s1->forMe(*notification); in hasSubscriber() 72 Subscriber* s1 = (Subscriber*)fromList; in notifySubscriber() local 76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
|
D | loc_eng.cpp | 1151 ATLSubscriber s1(mID, locEng->agnss_nif, locEng->adapter, false); in proc() local 1152 if (locEng->agnss_nif->unsubscribeRsrc((Subscriber*)&s1)) { in proc()
|
/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);
|