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

  /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...]
  /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

Completed in 164 milliseconds