Home
last modified time | relevance | path

Searched refs:batchSizeRequested (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DFusedLocationHardwareSecure.java91 public void requestBatchOfLocations(int batchSizeRequested) throws RemoteException { in requestBatchOfLocations() argument
93 mLocationHardware.requestBatchOfLocations(batchSizeRequested); in requestBatchOfLocations()
DFlpHardwareProvider.java392 public void requestBatchOfLocations(int batchSizeRequested) {
393 nativeRequestBatchedLocation(batchSizeRequested);
/frameworks/base/core/java/android/hardware/location/
DIFusedLocationHardware.aidl86 void requestBatchOfLocations(in int batchSizeRequested) = 6; in requestBatchOfLocations() argument