OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPABILITY_GNSS
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
fused_location.h
82
#define
CAPABILITY_GNSS
(1U<<0)
222
*
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 81 milliseconds