Searched refs:mInfos (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.cpp | 219 GeofenceInfo* mInfos; in addGeofencesCommand() member 234 mInfos(infos) {} in addGeofencesCommand() 242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand() 247 mOptions = mOptions, mInfos = mInfos, mIds = mIds, &mApi = mApi, in addGeofencesCommand() 249 mApi.addGeofence(mIds[i], mOptions[i], mInfos[i], in addGeofencesCommand() 252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand() 259 mInfos[i]); in addGeofencesCommand() 269 delete[] mInfos; in addGeofencesCommand()
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | GeofenceAdapter.cpp | 219 GeofenceInfo* mInfos; in addGeofencesCommand() member 234 mInfos(infos) {} in addGeofencesCommand() 242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand() 247 mOptions = mOptions, mInfos = mInfos, mIds = mIds, &mApi = mApi, in addGeofencesCommand() 249 mApi.addGeofence(mIds[i], mOptions[i], mInfos[i], in addGeofencesCommand() 252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand() 259 mInfos[i]); in addGeofencesCommand() 269 delete[] mInfos; in addGeofencesCommand()
|
/hardware/qcom/sm7250/gps/geofence/ |
D | GeofenceAdapter.cpp | 219 GeofenceInfo* mInfos; in addGeofencesCommand() member 234 mInfos(infos) {} in addGeofencesCommand() 242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand() 247 mOptions = mOptions, mInfos = mInfos, mIds = mIds, &mApi = mApi, in addGeofencesCommand() 249 mApi.addGeofence(mIds[i], mOptions[i], mInfos[i], in addGeofencesCommand() 252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand() 259 mInfos[i]); in addGeofencesCommand() 269 delete[] mInfos; in addGeofencesCommand()
|
/hardware/qcom/sm7150/gps/geofence/ |
D | GeofenceAdapter.cpp | 219 GeofenceInfo* mInfos; in addGeofencesCommand() member 234 mInfos(infos) {} in addGeofencesCommand() 242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand() 247 mOptions = mOptions, mInfos = mInfos, mIds = mIds, &mApi = mApi, in addGeofencesCommand() 249 mApi.addGeofence(mIds[i], mOptions[i], mInfos[i], in addGeofencesCommand() 252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand() 259 mInfos[i]); in addGeofencesCommand() 269 delete[] mInfos; in addGeofencesCommand()
|