Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp47 static const FlpLocationInterface* sFlpInterface = NULL; variable
164 sFlpInterface->size == sizeof(FlpLocationInterface) ? 2 : 1 in SetThreadEvent()
199 sFlpInterface = NULL; in ClassInit()
261 sFlpInterface = flp_device->get_flp_interface(flp_device); in ClassInit()
263 if (sFlpInterface != NULL) { in ClassInit()
265 sFlpInterface->get_extension(FLP_DIAGNOSTIC_INTERFACE)); in ClassInit()
268 sFlpInterface->get_extension(FLP_GEOFENCING_INTERFACE)); in ClassInit()
271 sFlpInterface->get_extension(FLP_DEVICE_CONTEXT_INTERFACE)); in ClassInit()
778 if(sFlpInterface == NULL || sFlpInterface->init(&sFlpCallbacks) != 0) { in Init()
794 if (sFlpInterface == NULL) { in IsSupported()
[all …]