OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:monitortransition
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/location/java/android/location/
IGpsGeofenceHardware.aidl
28
longitude, double radius, int lastTransition, int
monitorTransition
,
32
boolean resumeHardwareGeofence(int geofenceId, int
monitorTransition
);
/frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java
341
* @param
monitorTransition
Bitwise OR of {@link #GEOFENCE_ENTERED},
345
public boolean resumeGeofence(int geofenceId, int monitoringType, int
monitorTransition
) {
347
return mService.resumeGeofence(geofenceId, monitoringType,
monitorTransition
);
GeofenceHardwareImpl.java
221
+ lastTransition + "
MonitorTransition
: " + monitorTransitions +
369
public boolean resumeGeofence(int geofenceId, int monitoringType, int
monitorTransition
) {
383
result = mGpsService.resumeHardwareGeofence(geofenceId,
monitorTransition
);
394
mFusedService.resumeMonitoringGeofence(geofenceId,
monitorTransition
);
[
all
...]
/hardware/libhardware/include/hardware/
fused_location.h
549
* FLP_RESULT_INVALID_GEOFENCE_TRANSITION - the
monitorTransition
contains an
gps.h
811
* GPS_GEOFENCE_ERROR_INVALID_TRANSITION - the
monitorTransition
contains an
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
[
all
...]
Completed in 2607 milliseconds