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

/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp45 static const FlpGeofencingInterface* sFlpGeofencingInterface = NULL; variable
669 sFlpGeofencingInterface = reinterpret_cast<const FlpGeofencingInterface*>(
691 if(sFlpGeofencingInterface != NULL) {
692 sFlpGeofencingInterface->init(&sFlpGeofenceCallbacks);
763 sFlpGeofencingInterface = NULL;
837 return sFlpGeofencingInterface != NULL;
849 if (sFlpGeofencingInterface == NULL) {
872 sFlpGeofencingInterface->add_geofences(geofenceRequestsCount, &geofences);
883 if(sFlpGeofencingInterface == NULL) {
887 sFlpGeofencingInterface
[all...]

Completed in 59 milliseconds