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

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp45 static const FlpGeofencingInterface* sFlpGeofencingInterface = NULL; variable
199 sFlpGeofencingInterface = reinterpret_cast<const FlpGeofencingInterface*>(
694 if(sFlpGeofencingInterface != NULL) {
695 sFlpGeofencingInterface->init(&sFlpGeofenceCallbacks);
769 sFlpGeofencingInterface = NULL;
843 return sFlpGeofencingInterface != NULL;
855 if (sFlpGeofencingInterface == NULL) {
878 sFlpGeofencingInterface->add_geofences(geofenceRequestsCount, &geofences);
889 if(sFlpGeofencingInterface == NULL) {
893 sFlpGeofencingInterface
[all...]

Completed in 28 milliseconds