HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 226 - 250 of 973) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.h 42 HANDLE audio_event;
  /external/webrtc/src/system_wrappers/source/
thread_win.h 51 // it. Basically it should be fine to reclaim the handle when calling stop
58 HANDLE _thread;
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 48 static HANDLE ndisuio_open(void)
51 HANDLE h;
74 static void ndisuio_query_bindings(HANDLE ndisuio)
127 HANDLE ndisuio = ndisuio_open();
  /ndk/sources/host-tools/make-3.81/w32/include/
dirent.h 46 HANDLE dir_hDirHandle;
  /external/chromium_org/sandbox/win/src/
restricted_token_unittest.cc 17 // Tests the initializatioin with an invalid token handle.
20 ASSERT_EQ(ERROR_INVALID_HANDLE, token.Init(reinterpret_cast<HANDLE>(0x5555)));
26 HANDLE token_handle = INVALID_HANDLE_VALUE;
39 // Get the handle to the restricted token.
41 HANDLE restricted_token_handle = NULL;
65 HANDLE token_handle = INVALID_HANDLE_VALUE;
81 // Get the handle to the restricted token.
83 HANDLE restricted_token_handle = NULL;
107 HANDLE restricted_token;
122 HANDLE impersonation_token
148 HANDLE handle; local
    [all...]
named_pipe_interception.cc 18 HANDLE WINAPI TargetCreateNamedPipeW(
23 HANDLE pipe = orig_CreateNamedPipeW(pipe_name, open_mode, pipe_mode,
65 return answer.handle;
restricted_token_utils.cc 22 DWORD CreateRestrictedToken(HANDLE *token_handle,
147 HANDLE *const job_handle_ret) {
154 // Share the Desktop handle to be able to use MessageBox() in the sandboxed
162 HANDLE primary_token_handle = NULL;
174 HANDLE impersonation_token_handle;
212 HANDLE temp_thread = process_info.thread_handle();
235 DWORD SetObjectIntegrityLabel(HANDLE handle, SE_OBJECT_TYPE type,
259 error = ::SetSecurityInfo(handle, type,
297 DWORD SetTokenIntegrityLevel(HANDLE token, IntegrityLevel integrity_level)
    [all...]
sandbox_policy.h 195 virtual ResultCode SetStdoutHandle(HANDLE handle) = 0;
196 virtual ResultCode SetStderrHandle(HANDLE handle) = 0;
217 // Adds a handle that will be closed in the target process after lockdown.
219 // An empty string for handle_name indicates the handle is unnamed.
  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 48 typedef HANDLE (WINAPI *Type_HeapCreate)(DWORD flOptions,
51 typedef BOOL (WINAPI *Type_HeapDestroy)(HANDLE hHeap);
52 typedef LPVOID (WINAPI *Type_HeapAlloc)(HANDLE hHeap, DWORD dwFlags,
54 typedef LPVOID (WINAPI *Type_HeapReAlloc)(HANDLE hHeap, DWORD dwFlags,
56 typedef BOOL (WINAPI *Type_HeapFree)(HANDLE hHeap, DWORD dwFlags,
72 typedef LPVOID (WINAPI *Type_VirtualAllocEx)(HANDLE process, LPVOID address,
75 typedef BOOL (WINAPI *Type_VirtualFreeEx)(HANDLE process, LPVOID address,
79 typedef LPVOID (WINAPI *Type_MapViewOfFile)(HANDLE hFileMappingObject,
84 typedef LPVOID (WINAPI *Type_MapViewOfFileEx)(HANDLE hFileMappingObject,
92 typedef DWORD (WINAPI *Type_NtUnmapViewOfSection)(HANDLE process
    [all...]