HomeSort by relevance Sort by last modified time
    Searched full:luid (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/sandbox/win/src/
restricted_token.cc 84 privileges_to_disable_array[i].Luid = privileges_to_disable_[i];
314 LUID luid = {0}; local
315 ::LookupPrivilegeValue(NULL, (*exceptions)[j].c_str(), &luid);
316 if (token_privileges->Privileges[i].Luid.HighPart == luid.HighPart &&
317 token_privileges->Privileges[i].Luid.LowPart == luid.LowPart) {
324 privileges_to_disable_.push_back(token_privileges->Privileges[i].Luid);
338 LUID luid = {0}
    [all...]
restricted_token.h 184 std::vector<LUID> privileges_to_disable_;
  /external/chromium_org/ui/surface/
d3d9_utils_win.cc 49 LUID luid; local
50 HRESULT hr = d3d->GetAdapterLUID(adapter, &luid);
54 if (memcmp(&luid, &adapter_luid, sizeof(adapter_luid)) == 0)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_winsys.h 56 * Locally unique identifier (LUID) of the graphics adapter.
62 LUID *pAdapterLuid );
stw_device.h 60 LUID AdapterLuid;
stw_icd.h 429 * Locally unique identifier (LUID) of the graphics adapter.
437 LUID AdapterLuid;
501 LUID AdapterLuid;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_winsys.h 56 * Locally unique identifier (LUID) of the graphics adapter.
62 LUID *pAdapterLuid );
stw_device.h 60 LUID AdapterLuid;
stw_icd.h 429 * Locally unique identifier (LUID) of the graphics adapter.
437 LUID AdapterLuid;
501 LUID AdapterLuid;
  /external/lzma/CPP/Windows/
MemoryLock.cpp 51 (NULL, SE_LOCK_MEMORY_NAME, &(tp.Privileges[0].Luid)))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 54 } LUID, *PLUID;
112 LUID AdapterLuid;
402 LUID AdapterLuid;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 54 } LUID, *PLUID;
112 LUID AdapterLuid;
402 LUID AdapterLuid;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 1096 LUID luid local
    [all...]
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 157 // Get the LUID for the SE_TCB_NAME privilege.
161 if (!LookupPrivilegeValue(NULL, SE_TCB_NAME, &state.Privileges[0].Luid)) {
163 "Failed to lookup the LUID for the SE_TCB_NAME privilege";
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 521 LUID adapterLuid = {0};
526 sprintf_s(adapterLuidString, sizeof(adapterLuidString), " (adapter LUID: %08x%08x)", adapterLuid.HighPart, adapterLuid.LowPart);
  /external/chromium_org/gpu/config/
gpu_info.h 80 // time so it is better to specify a particular LUID. Note that valid LUIDs
gpu_info_collector_win.cc 501 // Google, Inc. (adapter LUID: 0123456789ABCDEF)
502 // The LUID is optional and identifies the GPU adapter ANGLE is using.
507 " \\(adapter LUID: ([0-9A-Fa-f]{16})\\)",
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 462 LUID privilege_luid;
473 tp.Privileges[0].Luid = privilege_luid;
setup_util_unittest.cc 88 ::LookupPrivilegeName(NULL, &luid_and_att.Luid, name_buffer.get(), &size);
setup_main.cc     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 234 virtual bool getLUID(LUID *adapterLuid) const = 0;
Renderer11.h 185 virtual bool getLUID(LUID *adapterLuid) const;
Renderer9.h 196 virtual bool getLUID(LUID *adapterLuid) const;
Renderer11.cpp     [all...]
  /sdk/find_lock/
find_lock.cpp 198 // Lookup the privilege by name and get its local LUID token.
208 &(priv.Privileges[0].Luid)); // lpLuid

Completed in 836 milliseconds

1 2