HomeSort by relevance Sort by last modified time
    Searched defs:stopBatching (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
FusedLocationHardwareSecure.java 76 public void stopBatching(int id) throws RemoteException {
78 mLocationHardware.stopBatching(id);
  /hardware/qcom/gps/msm8998/location/
location_interface.h 69 void (*stopBatching)(LocationAPI* client, uint32_t id);
LocationAPI.cpp 413 LocationAPI::stopBatching(uint32_t id)
418 gData.flpInterface->stopBatching(this, id);
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 153 public void stopBatching(int id) {
155 mLocationHardware.stopBatching(id);
157 Log.e(TAG, "RemoteException at stopBatching");

Completed in 218 milliseconds