Searched refs:sFlpGeofencingInterface (Results 1 – 1 of 1) sorted by relevance
49 static const FlpGeofencingInterface* sFlpGeofencingInterface = NULL; variable267 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 …]