Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp68 void* systemInfoHandle, const char* appName);
374 void* systemInfoHandle = nullptr; in checkAngleRules() local
396 if (!(ANGLEGetSystemInfo)(&systemInfoHandle)) { in checkAngleRules()
400 if (!(ANGLEAddDeviceInfoToSystemInfo)(manufacturer, model, systemInfoHandle)) { in checkAngleRules()
405 systemInfoHandle, mAngleAppName.c_str()); in checkAngleRules()
407 (ANGLEFreeSystemInfoHandle)(systemInfoHandle); in checkAngleRules()