OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPS_DELETE_ALL
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
gps.h
91
#define
GPS_DELETE_ALL
0xFFFF
246
* information defined in the flags.
GPS_DELETE_ALL
is passed for
/frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java
152
private static final int
GPS_DELETE_ALL
= 0xFFFF;
878
flags =
GPS_DELETE_ALL
;
893
if (extras.getBoolean("all")) flags |=
GPS_DELETE_ALL
;
[
all
...]
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp
516
if (f ==
GPS_DELETE_ALL
)
518
loc_eng_data.aiding_data_for_deletion =
GPS_DELETE_ALL
;
[
all
...]
Completed in 280 milliseconds