HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_GNSS (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/gnss/1.0/default/
GnssBatching.cpp 128 if (capabilities & CAPABILITY_GNSS) {
  /hardware/libhardware/include/hardware/
fused_location.h 83 #define CAPABILITY_GNSS (1U<<0)
213 * CAPABILITY_GNSS at a minimum for your implementation to be utilized. You can
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 96 private static final int CAPABILITY_GNSS = 1;
151 || (mCapabilities & CAPABILITY_GNSS) != 0;
240 return CAPABILITY_GNSS;
247 return CAPABILITY_GNSS;
    [all...]

Completed in 227 milliseconds