Home
last modified time | relevance | path

Searched refs:geofenceBreachNotification (Results 1 – 25 of 50) sorted by relevance

12

/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm7250/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp61 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
62 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
139 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
141 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
143 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
145 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
148 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
150 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
159 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
160 static_cast<GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGeofenceAPIClient.cpp62 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
63 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
140 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
142 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
144 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
146 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
149 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
151 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
160 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
161 static_cast<GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
DGeofenceAPIClient.h60 void onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) final;
/hardware/qcom/sm7150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm7250/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm7150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm8150p/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm7150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm7250/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
/hardware/qcom/sm8150p/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%zu)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
DGeofenceAPIClient.h60 void onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) final;
/hardware/qcom/sm7250/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp64 [this](GeofenceBreachNotification geofenceBreachNotification) { in GeofenceAPIClient() argument
65 onGeofenceBreachCb(geofenceBreachNotification); in GeofenceAPIClient()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb() argument
144 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceBreachNotification.count); in onGeofenceBreachCb()
146 for (size_t i = 0; i < geofenceBreachNotification.count; i++) { in onGeofenceBreachCb()
148 convertGnssLocation(geofenceBreachNotification.location, gnssLocation); in onGeofenceBreachCb()
151 if (geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER) in onGeofenceBreachCb()
153 else if (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT) in onGeofenceBreachCb()
162 geofenceBreachNotification.ids[i], gnssLocation, transition, in onGeofenceBreachCb()
163 static_cast<V1_0::GnssUtcTime>(geofenceBreachNotification.timestamp)); in onGeofenceBreachCb()
DGeofenceAPIClient.h59 void onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) final;
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp70 [this](GeofenceBreachNotification geofenceBreachNotification) { in locAPISetCallbacks() argument
71 beforeGeofenceBreachCb(geofenceBreachNotification); in locAPISetCallbacks()
712 GeofenceBreachNotification geofenceBreachNotification) in beforeGeofenceBreachCb() argument
716 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
717 uint32_t* backup = geofenceBreachNotification.ids; in beforeGeofenceBreachCb()
718 size_t n = geofenceBreachNotification.count; in beforeGeofenceBreachCb()
722 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
723 GeofenceBreachTypeMask type = mGeofenceBiDict.getType(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
726 if ((geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER && in beforeGeofenceBreachCb()
728 (geofenceBreachNotification.type == GEOFENCE_BREACH_EXIT && in beforeGeofenceBreachCb()
[all …]
/hardware/qcom/sm8150p/gps/location/
DLocationAPIClientBase.cpp279 [this](GeofenceBreachNotification geofenceBreachNotification) { in locAPISetCallbacks() argument
280 beforeGeofenceBreachCb(geofenceBreachNotification); in locAPISetCallbacks()
819 GeofenceBreachNotification geofenceBreachNotification) in beforeGeofenceBreachCb() argument
821 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
822 uint32_t* backup = geofenceBreachNotification.ids; in beforeGeofenceBreachCb()
823 size_t n = geofenceBreachNotification.count; in beforeGeofenceBreachCb()
829 sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
837 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
839 mGeofenceBiDict.getExtBySession(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
842 if ((geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER && in beforeGeofenceBreachCb()
[all …]
/hardware/qcom/sm7250/gps/location/
DLocationAPIClientBase.cpp286 [this](GeofenceBreachNotification geofenceBreachNotification) { in locAPISetCallbacks() argument
287 beforeGeofenceBreachCb(geofenceBreachNotification); in locAPISetCallbacks()
850 GeofenceBreachNotification geofenceBreachNotification) in beforeGeofenceBreachCb() argument
852 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
853 uint32_t* backup = geofenceBreachNotification.ids; in beforeGeofenceBreachCb()
854 size_t n = geofenceBreachNotification.count; in beforeGeofenceBreachCb()
860 sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
868 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
870 mGeofenceBiDict.getExtBySession(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
873 if ((geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER && in beforeGeofenceBreachCb()
[all …]
/hardware/qcom/sm7150/gps/location/
DLocationAPIClientBase.cpp279 [this](GeofenceBreachNotification geofenceBreachNotification) { in locAPISetCallbacks() argument
280 beforeGeofenceBreachCb(geofenceBreachNotification); in locAPISetCallbacks()
819 GeofenceBreachNotification geofenceBreachNotification) in beforeGeofenceBreachCb() argument
821 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
822 uint32_t* backup = geofenceBreachNotification.ids; in beforeGeofenceBreachCb()
823 size_t n = geofenceBreachNotification.count; in beforeGeofenceBreachCb()
829 sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
837 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
839 mGeofenceBiDict.getExtBySession(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
842 if ((geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER && in beforeGeofenceBreachCb()
[all …]
/hardware/qcom/sm8150/gps/location/
DLocationAPIClientBase.cpp281 [this](GeofenceBreachNotification geofenceBreachNotification) { in locAPISetCallbacks() argument
282 beforeGeofenceBreachCb(geofenceBreachNotification); in locAPISetCallbacks()
842 GeofenceBreachNotification geofenceBreachNotification) in beforeGeofenceBreachCb() argument
844 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
845 uint32_t* backup = geofenceBreachNotification.ids; in beforeGeofenceBreachCb()
846 size_t n = geofenceBreachNotification.count; in beforeGeofenceBreachCb()
852 sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
860 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
862 mGeofenceBiDict.getExtBySession(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
865 if ((geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER && in beforeGeofenceBreachCb()
[all …]
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp249 [this](GeofenceBreachNotification geofenceBreachNotification) { in locAPISetCallbacks() argument
250 beforeGeofenceBreachCb(geofenceBreachNotification); in locAPISetCallbacks()
794 GeofenceBreachNotification geofenceBreachNotification) in beforeGeofenceBreachCb() argument
796 uint32_t* ids = (uint32_t*)malloc(sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
797 uint32_t* backup = geofenceBreachNotification.ids; in beforeGeofenceBreachCb()
798 size_t n = geofenceBreachNotification.count; in beforeGeofenceBreachCb()
804 sizeof(uint32_t) * geofenceBreachNotification.count); in beforeGeofenceBreachCb()
812 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
814 mGeofenceBiDict.getExtBySession(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
817 if ((geofenceBreachNotification.type == GEOFENCE_BREACH_ENTER && in beforeGeofenceBreachCb()
[all …]

12