Lines Matching refs:mCount

216         size_t mCount;  in addGeofencesCommand()  member
231 mCount(count), in addGeofencesCommand()
236 LocationError* errs = new LocationError[mCount]; in addGeofencesCommand()
241 for (size_t i=0; i < mCount; ++i) { in addGeofencesCommand()
246 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in addGeofencesCommand()
252 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()
264 if (i == mCount-1) { in addGeofencesCommand()
265 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
327 size_t mCount; in removeGeofencesCommand() member
338 mCount(count), in removeGeofencesCommand()
341 LocationError* errs = new LocationError[mCount]; in removeGeofencesCommand()
346 for (size_t i=0; i < mCount; ++i) { in removeGeofencesCommand()
348 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
355 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
363 if (i == mCount-1) { in removeGeofencesCommand()
364 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
371 if (i == mCount-1) { in removeGeofencesCommand()
372 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
403 size_t mCount; in pauseGeofencesCommand() member
414 mCount(count), in pauseGeofencesCommand()
417 LocationError* errs = new LocationError[mCount]; in pauseGeofencesCommand()
422 for (size_t i=0; i < mCount; ++i) { in pauseGeofencesCommand()
424 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
430 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
438 if (i == mCount-1) { in pauseGeofencesCommand()
439 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
446 if (i == mCount-1) { in pauseGeofencesCommand()
447 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
478 size_t mCount; in resumeGeofencesCommand() member
489 mCount(count), in resumeGeofencesCommand()
492 LocationError* errs = new LocationError[mCount]; in resumeGeofencesCommand()
497 for (size_t i=0; i < mCount; ++i) { in resumeGeofencesCommand()
499 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in resumeGeofencesCommand()
506 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, hwId, in resumeGeofencesCommand()
513 if (i == mCount-1) { in resumeGeofencesCommand()
514 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
522 if (i == mCount-1) { in resumeGeofencesCommand()
523 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
555 size_t mCount; in modifyGeofencesCommand() member
568 mCount(count), in modifyGeofencesCommand()
572 LocationError* errs = new LocationError[mCount]; in modifyGeofencesCommand()
577 for (size_t i=0; i < mCount; ++i) { in modifyGeofencesCommand()
582 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in modifyGeofencesCommand()
589 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in modifyGeofencesCommand()
598 if (i == mCount-1) { in modifyGeofencesCommand()
599 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()
607 if (i == mCount-1) { in modifyGeofencesCommand()
608 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()
749 size_t mCount; in geofenceBreachEvent() member
762 mCount(count), in geofenceBreachEvent()
772 COPY_IF_NOT_NULL(mHwIds, hwIds, mCount); in geofenceBreachEvent()
778 mAdapter.geofenceBreach(mCount, mHwIds, mLocation, mBreachType, mTimestamp); in geofenceBreachEvent()