HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 51 - 75 of 976) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/sandbox/win/src/
restricted_token.h 27 // any token handle.
33 // // handle error.
37 // HANDLE token_handle;
40 // // handle error.
59 unsigned Init(HANDLE effective_token);
61 // Creates a restricted token and returns its handle using the token_handle
62 // output parameter. This handle has to be closed by the caller.
66 unsigned GetRestrictedTokenHandle(HANDLE *token_handle) const;
69 // for impersonation. Returns the handle of this impersonation token using
70 // the token_handle output parameter. This handle has to be closed b
    [all...]
sandbox_utils.h 21 HANDLE root,
Wow64.h 43 HANDLE dll_load_; // Event that is signaled on dll load.
44 HANDLE continue_load_; // Event to signal to continue execution on the child.
win2k_threadpool.h 32 virtual bool RegisterWait(const void* cookie, HANDLE waitable_object,
46 HANDLE wait;
service_resolver.h 18 ServiceResolverThunk(HANDLE process, bool relaxed)
50 // Handle of the child process.
51 HANDLE process_;
88 Wow64ResolverThunk(HANDLE process, bool relaxed)
103 Wow64W8ResolverThunk(HANDLE process, bool relaxed)
118 Win2kResolverThunk(HANDLE process, bool relaxed)
135 Win8ResolverThunk(HANDLE process, bool relaxed)
sandbox_policy_base.h 61 virtual ResultCode SetStdoutHandle(HANDLE handle) OVERRIDE;
62 virtual ResultCode SetStderrHandle(HANDLE handle) OVERRIDE;
76 ResultCode MakeJobObject(HANDLE* job);
80 ResultCode MakeTokens(HANDLE* initial, HANDLE* lockdown);
91 bool OnJobEmpty(HANDLE job);
95 HANDLE GetStdoutHandle();
96 HANDLE GetStderrHandle()
    [all...]
named_pipe_policy.cc 16 // Creates a named pipe and duplicates the handle to 'target_process'. The
18 HANDLE CreateNamedPipeHelper(HANDLE target_process, LPCWSTR pipe_name,
23 HANDLE pipe = ::CreateNamedPipeW(pipe_name, open_mode, pipe_mode,
30 HANDLE new_pipe;
69 HANDLE* pipe) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
timing.h 70 HANDLE timer_handle_;
win32toolhelp.h 28 // - implement bool First(HANDLE, T*) normally calls a
31 // - implement bool Next(HANDLE, T*) normally calls a
34 // - implement bool CloseHandle(HANDLE)
39 ToolhelpEnumeratorBase(HANDLE snapshot)
89 // Checks the state of the snapshot handle.
98 HANDLE snapshot_;
106 static HANDLE CreateSnapshot(uint32 flags, uint32 process_id) {
110 static bool CloseHandle(HANDLE handle) {
111 return ::CloseHandle(handle) == TRUE
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
thread.h 30 typedef HANDLE pthread_t;
33 HANDLE waiting_sem_;
34 HANDLE received_sem_;
35 HANDLE signal_event_;
  /external/chromium_org/v8/src/
v8dll-main.cc 37 BOOL WINAPI DllMain(HANDLE hinstDLL,
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 31 typedef HANDLE pthread_t;
34 HANDLE waiting_sem_;
35 HANDLE received_sem_;
36 HANDLE signal_event_;
  /external/lzma/CPP/Windows/
Thread.h 25 operator HANDLE() { return thread; }
26 void Attach(HANDLE handle) { thread = handle; }
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
  /external/v8/src/
v8dll-main.cc 37 BOOL WINAPI DllMain(HANDLE hinstDLL,
  /external/webp/src/utils/
thread.h 30 typedef HANDLE pthread_t;
33 HANDLE waiting_sem_;
34 HANDLE received_sem_;
35 HANDLE signal_event_;
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Win32PipeStream.h 35 Win32PipeStream(HANDLE pipe, size_t bufSize);
36 HANDLE m_pipe;
  /external/chromium_org/ppapi/api/private/
pp_file_handle.idl 14 typedef HANDLE PP_FileHandle;
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileUtilities.h 39 typedef void *HANDLE;
49 typedef HANDLE FileHandle;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.h 35 Win32PipeStream(HANDLE pipe, size_t bufSize);
36 HANDLE m_pipe;
  /external/chromium_org/base/win/
startup_information_unittest.cc 21 HANDLE section = ::OpenFileMappingW(PAGE_READWRITE, false, kSectionName);
22 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section,
44 HANDLE section = ::CreateFileMappingW(INVALID_HANDLE_VALUE, NULL,
49 HANDLE* events = reinterpret_cast<HANDLE*>(::MapViewOfFile(section,
scoped_handle.h 34 // - IsValid() method can tolerate multiple invalid handle values such as NULL
36 // - Receive() method allows to receive a handle value from a function that
37 // takes a raw handle pointer only.
43 typedef typename Traits::Handle Handle;
46 // a pointer, and allow proper tracking of the handle.
54 operator Handle*() { return &handle_; }
57 Handle handle_;
63 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle())
    [all...]
  /external/chromium_org/media/audio/win/
avrt_wrapper_win.cc 12 typedef BOOL (WINAPI *AvRevertMmThreadCharacteristicsFn)(HANDLE);
13 typedef HANDLE (WINAPI *AvSetMmThreadCharacteristicsFn)(LPCWSTR, LPDWORD);
14 typedef BOOL (WINAPI *AvSetMmThreadPriorityFn)(HANDLE, AVRT_PRIORITY);
45 bool AvRevertMmThreadCharacteristics(HANDLE avrt_handle) {
51 HANDLE AvSetMmThreadCharacteristics(const wchar_t* task_name,
58 bool AvSetMmThreadPriority(HANDLE avrt_handle, AVRT_PRIORITY priority) {
  /external/chromium_org/printing/backend/
printing_info_win.h 18 PRINTING_EXPORT uint8* GetDriverInfo(HANDLE printer, int level);
19 PRINTING_EXPORT uint8* GetPrinterInfo(HANDLE printer, int level);
26 bool Init(HANDLE printer) {
44 bool Init(HANDLE printer) {
76 bool Init(HANDLE printer);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos.h 22 typedef pthread_mutex_t* HANDLE;
53 inv_error_t inv_create_mutex(HANDLE *mutex);
54 inv_error_t inv_lock_mutex(HANDLE mutex);
55 inv_error_t inv_unlock_mutex(HANDLE mutex);
59 inv_error_t inv_destroy_mutex(HANDLE handle);
mlos_linux.c 68 * @param mutex pointer to mutex handle
71 inv_error_t inv_create_mutex(HANDLE *mutex)
84 *mutex = (HANDLE)pm;
92 * @param mutex Mutex handle
95 inv_error_t inv_lock_mutex(HANDLE mutex)
110 * @param mutex mutex handle
113 inv_error_t inv_unlock_mutex(HANDLE mutex)
140 * @param fp handle to file to close.
149 * @brief Close Handle
150 * @param handle handle to the resource
    [all...]

Completed in 588 milliseconds

1 23 4 5 6 7 8 91011>>