Lines Matching refs:mClient
215 LocationAPI* mClient; in addGeofencesCommand() member
230 mClient(client), in addGeofencesCommand()
249 [&mAdapter = mAdapter, mOptions = mOptions, mClient = mClient, in addGeofencesCommand()
253 mAdapter.saveGeofenceItem(mClient, in addGeofencesCommand()
263 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
323 LocationAPI* mClient; in removeGeofencesCommand() member
334 mClient(client), in removeGeofencesCommand()
345 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
348 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in removeGeofencesCommand()
352 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
361 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
369 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
399 LocationAPI* mClient; in pauseGeofencesCommand() member
410 mClient(client), in pauseGeofencesCommand()
421 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
424 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in pauseGeofencesCommand()
427 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
436 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
444 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
474 LocationAPI* mClient; in resumeGeofencesCommand() member
485 mClient(client), in resumeGeofencesCommand()
496 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in resumeGeofencesCommand()
499 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in resumeGeofencesCommand()
503 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, hwId, in resumeGeofencesCommand()
511 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
520 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
551 LocationAPI* mClient; in modifyGeofencesCommand() member
564 mClient(client), in modifyGeofencesCommand()
579 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in modifyGeofencesCommand()
582 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in modifyGeofencesCommand()
586 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in modifyGeofencesCommand()
596 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()
605 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()