Lines Matching refs:mClient

215         LocationAPI* mClient;  in addGeofencesCommand()  member
230 mClient(client), in addGeofencesCommand()
246 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in addGeofencesCommand()
251 [&mAdapter = mAdapter, mOptions = mOptions, mClient = mClient, in addGeofencesCommand()
255 mAdapter.saveGeofenceItem(mClient, in addGeofencesCommand()
265 mAdapter.reportResponse(mClient, mCount, errs, mIds); in addGeofencesCommand()
326 LocationAPI* mClient; in removeGeofencesCommand() member
337 mClient(client), in removeGeofencesCommand()
348 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
351 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in removeGeofencesCommand()
355 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in removeGeofencesCommand()
364 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
372 mAdapter.reportResponse(mClient, mCount, errs, mIds); in removeGeofencesCommand()
402 LocationAPI* mClient; in pauseGeofencesCommand() member
413 mClient(client), in pauseGeofencesCommand()
424 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
427 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in pauseGeofencesCommand()
430 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in pauseGeofencesCommand()
439 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
447 mAdapter.reportResponse(mClient, mCount, errs, mIds); in pauseGeofencesCommand()
477 LocationAPI* mClient; in resumeGeofencesCommand() member
488 mClient(client), in resumeGeofencesCommand()
499 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in resumeGeofencesCommand()
502 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in resumeGeofencesCommand()
506 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, hwId, in resumeGeofencesCommand()
514 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
523 mAdapter.reportResponse(mClient, mCount, errs, mIds); in resumeGeofencesCommand()
554 LocationAPI* mClient; in modifyGeofencesCommand() member
567 mClient(client), in modifyGeofencesCommand()
582 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, mIds = mIds, in modifyGeofencesCommand()
585 errs[i] = mAdapter.getHwIdFromClient(mClient, mIds[i], hwId); in modifyGeofencesCommand()
589 [&mAdapter = mAdapter, mCount = mCount, mClient = mClient, in modifyGeofencesCommand()
599 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()
608 mAdapter.reportResponse(mClient, mCount, errs, mIds); in modifyGeofencesCommand()