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()
250 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()
262 if (i == mCount-1) { in addGeofencesCommand()
263 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
324 size_t mCount; in removeGeofencesCommand() member
335 mCount(count), in removeGeofencesCommand()
338 LocationError* errs = new LocationError[mCount]; in removeGeofencesCommand()
343 for (size_t i=0; i < mCount; ++i) { in removeGeofencesCommand()
345 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
352 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
360 if (i == mCount-1) { in removeGeofencesCommand()
361 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
368 if (i == mCount-1) { in removeGeofencesCommand()
369 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
400 size_t mCount; in pauseGeofencesCommand() member
411 mCount(count), in pauseGeofencesCommand()
414 LocationError* errs = new LocationError[mCount]; in pauseGeofencesCommand()
419 for (size_t i=0; i < mCount; ++i) { in pauseGeofencesCommand()
421 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
427 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
435 if (i == mCount-1) { in pauseGeofencesCommand()
436 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
443 if (i == mCount-1) { in pauseGeofencesCommand()
444 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
475 size_t mCount; in resumeGeofencesCommand() member
486 mCount(count), in resumeGeofencesCommand()
489 LocationError* errs = new LocationError[mCount]; in resumeGeofencesCommand()
494 for (size_t i=0; i < mCount; ++i) { in resumeGeofencesCommand()
496 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in resumeGeofencesCommand()
503 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, hwId, in resumeGeofencesCommand()
510 if (i == mCount-1) { in resumeGeofencesCommand()
511 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
519 if (i == mCount-1) { in resumeGeofencesCommand()
520 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
552 size_t mCount; in modifyGeofencesCommand() member
565 mCount(count), in modifyGeofencesCommand()
569 LocationError* errs = new LocationError[mCount]; in modifyGeofencesCommand()
574 for (size_t i=0; i < mCount; ++i) { in modifyGeofencesCommand()
579 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in modifyGeofencesCommand()
586 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in modifyGeofencesCommand()
595 if (i == mCount-1) { in modifyGeofencesCommand()
596 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()
604 if (i == mCount-1) { in modifyGeofencesCommand()
605 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()
746 size_t mCount; in geofenceBreachEvent() member
759 mCount(count), in geofenceBreachEvent()
769 COPY_IF_NOT_NULL(mHwIds, hwIds, mCount); in geofenceBreachEvent()
775 mAdapter.geofenceBreach(mCount, mHwIds, mLocation, mBreachType, mTimestamp); in geofenceBreachEvent()