Searched refs:sFlpDiagnosticInterface (Results 1 – 1 of 1) sorted by relevance
48 static const FlpDiagnosticInterface* sFlpDiagnosticInterface = NULL; variable264 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()