Searched refs:mLocationHardware (Results 1 – 4 of 4) sorted by relevance
30 private final IFusedLocationHardware mLocationHardware; field in FusedLocationHardwareSecure38 mLocationHardware = locationHardware; in FusedLocationHardwareSecure()54 mLocationHardware.registerSink(eventSink); in registerSink()60 mLocationHardware.unregisterSink(eventSink); in unregisterSink()66 return mLocationHardware.getSupportedBatchSize(); in getSupportedBatchSize()72 mLocationHardware.startBatching(id, batchOptions); in startBatching()78 mLocationHardware.stopBatching(id); in stopBatching()87 mLocationHardware.updateBatchingOptions(id, batchoOptions); in updateBatchingOptions()93 mLocationHardware.requestBatchOfLocations(batchSizeRequested); in requestBatchOfLocations()99 return mLocationHardware.supportsDiagnosticDataInjection(); in supportsDiagnosticDataInjection()[all …]
37 private final FusedLocationHardwareSecure mLocationHardware; field in FusedProxy54 mLocationHardware = new FusedLocationHardwareSecure( in FusedProxy()61 bindProvider(mLocationHardware); in FusedProxy()
335 return mLocationHardware; in getLocationHardware()347 private final IFusedLocationHardware mLocationHardware = new IFusedLocationHardware.Stub() { field in FlpHardwareProvider
39 private IFusedLocationHardware mLocationHardware; field in FusedLocationHardware71 mLocationHardware = locationHardware; in FusedLocationHardware()99 mLocationHardware.registerSink(mInternalSink); in registerSink()129 mLocationHardware.unregisterSink(mInternalSink); in unregisterSink()138 return mLocationHardware.getSupportedBatchSize(); in getSupportedBatchSize()147 mLocationHardware.startBatching(id, batchOptions.getParcelableOptions()); in startBatching()155 mLocationHardware.stopBatching(id); in stopBatching()163 mLocationHardware.updateBatchingOptions(id, batchOptions.getParcelableOptions()); in updateBatchingOptions()171 mLocationHardware.requestBatchOfLocations(batchSizeRequest); in requestBatchOfLocations()179 mLocationHardware.flushBatchedLocations(); in flushBatchedLocations()[all …]