Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dsysteminfo.cc51 LPFN_GLPI glpi = reinterpret_cast<LPFN_GLPI>(GetProcAddress( in GetProcessorInformation() local
54 if (NULL == glpi) { in GetProcessorInformation()
61 while (!glpi(infos.get(), &return_length)) { in GetProcessorInformation()