Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp48 static const FlpDiagnosticInterface* sFlpDiagnosticInterface = NULL; variable
264 sFlpDiagnosticInterface = reinterpret_cast<const FlpDiagnosticInterface*>( in ClassInit()
782 if(sFlpDiagnosticInterface != NULL) { in Init()
783 sFlpDiagnosticInterface->init(&sFlpDiagnosticCallbacks); in Init()
896 return sFlpDiagnosticInterface != NULL; in IsDiagnosticSupported()
905 if(sFlpDiagnosticInterface == NULL) { in InjectDiagnosticData()
915 int result = sFlpDiagnosticInterface->inject_data((char*) data, length); in InjectDiagnosticData()