Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp60 void* systemInfoHandle, const char* appName);
378 void* systemInfoHandle = nullptr; in checkAngleRules() local
400 if (!(ANGLEGetSystemInfo)(&systemInfoHandle)) { in checkAngleRules()
404 if (!(ANGLEAddDeviceInfoToSystemInfo)(manufacturer, model, systemInfoHandle)) { in checkAngleRules()
409 systemInfoHandle, mAngleAppName.c_str()); in checkAngleRules()
411 (ANGLEFreeSystemInfoHandle)(systemInfoHandle); in checkAngleRules()