Home
last modified time | relevance | path

Searched refs:sFlpGeofencingInterface (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp49 static const FlpGeofencingInterface* sFlpGeofencingInterface = NULL; variable
267 sFlpGeofencingInterface = reinterpret_cast<const FlpGeofencingInterface*>( in ClassInit()
786 if(sFlpGeofencingInterface != NULL) { in Init()
787 sFlpGeofencingInterface->init(&sFlpGeofenceCallbacks); in Init()
933 return sFlpGeofencingInterface != NULL; in IsGeofencingSupported()
945 if (sFlpGeofencingInterface == NULL) { in AddGeofences()
968 sFlpGeofencingInterface->add_geofences(geofenceRequestsCount, &geofences); in AddGeofences()
979 if(sFlpGeofencingInterface == NULL) { in PauseGeofence()
983 sFlpGeofencingInterface->pause_geofence(geofenceId); in PauseGeofence()
991 if(sFlpGeofencingInterface == NULL) { in ResumeGeofence()
[all …]