HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 1 - 25 of 428) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread_c.h 27 typedef HANDLE SYS_ThreadHandle;
win_ce_semaphore.h 4 HANDLE hEvent;
5 HANDLE hMutex;
6 HANDLE hSemph;
  /ndk/sources/host-tools/make-3.81/w32/include/
sub_proc.h 34 EXTERN_DECL(HANDLE process_init, (VOID_DECL));
35 EXTERN_DECL(HANDLE process_init_fd, (HANDLE stdinh, HANDLE stdouth,
36 HANDLE stderrh));
37 EXTERN_DECL(long process_begin, (HANDLE proc, char **argv, char **envp,
39 EXTERN_DECL(long process_pipe_io, (HANDLE proc, char *stdin_data,
41 EXTERN_DECL(long process_file_io, (HANDLE proc));
42 EXTERN_DECL(void process_cleanup, (HANDLE proc));
43 EXTERN_DECL(HANDLE process_wait_for_any, (VOID_DECL));
    [all...]
  /external/quake/quake/src/WinQuake/
conproc.h 35 void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild);
  /external/chromium/base/win/
scoped_handle.h 17 // Used so we always remember to close the handle.
28 // To sqirrel the handle away somewhere else:
31 // To explicitly close the handle:
38 explicit ScopedHandle(HANDLE h) : handle_(NULL) {
52 void Set(HANDLE new_handle) {
60 HANDLE Get() {
64 operator HANDLE() { return handle_; }
66 HANDLE Take() {
68 HANDLE h = handle_;
83 HANDLE handle_
    [all...]
object_watcher.h 30 // void DoStuffWhenSignaled(HANDLE object) {
33 // virtual void OnObjectSignaled(HANDLE object) {
52 virtual void OnObjectSignaled(HANDLE object) = 0;
64 bool StartWatching(HANDLE object, Delegate* delegate);
74 // Returns the handle of the object being watched, or NULL if the object
76 HANDLE GetWatchedObject();
  /external/webkit/Source/WebCore/platform/win/
Win32Handle.h 38 explicit Win32Handle(HANDLE handle) : m_handle(handle) { }
52 HANDLE get() const { return m_handle; }
53 HANDLE release() { HANDLE ret = m_handle; m_handle = INVALID_HANDLE_VALUE; return ret; }
55 Win32Handle& operator=(HANDLE handle)
58 m_handle = handle;
62 HANDLE m_handle
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.h 20 struct ndis_events_data * ndis_events_init(HANDLE *read_pipe, HANDLE *event,
37 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
38 HANDLE connected_event; /* WpaSupplicantConnected event */
42 HANDLE ndisuio;
59 HANDLE events_pipe, event_avail;
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 14 struct ndis_events_data * ndis_events_init(HANDLE *read_pipe, HANDLE *event,
31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
32 HANDLE connected_event; /* WpaSupplicantConnected event */
36 HANDLE ndisuio;
54 HANDLE events_pipe, event_avail;
  /external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.h 42 UpdateChunk(const WebCore::IntRect&, HANDLE);
45 HANDLE memory() const { return m_bitmapSharedMemory; }
53 HANDLE m_bitmapSharedMemory;
  /external/v8/src/
v8preparserdll-main.cc 33 BOOL WINAPI DllMain(HANDLE hinstDLL,
v8dll-main.cc 37 BOOL WINAPI DllMain(HANDLE hinstDLL,
  /external/chromium/chrome/common/
nacl_types.h 5 // Handle passing definitions for NaCl
17 // We assume that HANDLE always uses less than 32 bits
19 inline HANDLE ToNativeHandle(const FileDescriptor& desc) {
20 return reinterpret_cast<HANDLE>(desc);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
BinarySemaphore.h 45 HANDLE event() const { return m_event; }
50 HANDLE m_event;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 48 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \
49 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
52 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG)
53 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG)
55 #define OMX_DPRINT(HANDLE, STR, ARG...)
56 #define OMX_TPRINT(HANDLE, STR, ARG...)
60 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING"
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h 73 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \
74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
77 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG)
78 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG)
80 #define OMX_DPRINT(HANDLE, STR, ARG...)
81 #define OMX_TPRINT(HANDLE, STR, ARG...)
85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING"
    [all...]
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 21 encapsulates a handle opened to an endpoint on our device controlled by
28 /** Encapsulates a handle opened to an endpoint on our device controlled by
63 @param[in] event_handle Event handle that should be signaled when async I/O
64 completes. Can be NULL. If it's not NULL this handle will be used to
69 @return A handle to IO completion object or NULL on failure. If NULL is
76 HANDLE event_handle,
102 /** \brief Opens endpoint and creates a handle to this object
111 @return A handle to this object on success or NULL on an error.
121 /** \brief This method is called when handle to this object gets closed.
123 We override this method in order to close handle to the endpoint opened
    [all...]
adb_legacy_interface.h 51 /** \brief Creates handle to this object.
53 In this call a handle for this object is generated and object is added
56 @return A handle to this object on success or NULL on an error.
111 @return Handle to the opened endpoint object or NULL on failure.
135 @return Handle to the opened endpoint object or NULL on failure.
150 @param[in] usb_device_handle Handle to USB device.
154 bool CacheUsbDeviceDescriptor(HANDLE usb_device_handle);
160 @param[in] usb_device_handle Handle to USB device.
164 bool CacheUsbConfigurationDescriptor(HANDLE usb_device_handle);
170 @param[in] usb_device_handle Handle to USB device.
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ThreadLauncherWin.cpp 40 HANDLE clientIdentifier = reinterpret_cast<HANDLE>(context);
55 HANDLE serverIdentifier, clientIdentifier;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.h 35 Win32PipeStream(HANDLE pipe, size_t bufSize);
36 HANDLE m_pipe;
  /hardware/invensense/mlsdk/platform/include/
mlos.h 33 typedef unsigned int HANDLE;
64 inv_error_t inv_create_mutex(HANDLE *mutex);
65 inv_error_t inv_lock_mutex(HANDLE mutex);
66 inv_error_t inv_unlock_mutex(HANDLE mutex);
70 inv_error_t inv_destroy_mutex(HANDLE handle);
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 81 * @param mutex pointer to mutex handle
84 inv_error_t inv_create_mutex(HANDLE *mutex)
97 *mutex = (HANDLE)pm;
105 * @param mutex Mutex handle
108 inv_error_t inv_lock_mutex(HANDLE mutex)
123 * @param mutex mutex handle
126 inv_error_t inv_unlock_mutex(HANDLE mutex)
153 * @param fp handle to file to close.
162 * @brief Close Handle
163 * @param handle handle to the resource
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 86 HANDLE handles[MAXIMUM_WAIT_OBJECTS];
95 handles[i] = (HANDLE) proc_array[i]->pid;
124 process_kill(HANDLE proc, int signal)
128 return (TerminateProcess((HANDLE) pproc->pid, signal));
135 * handle for multiple processes launches :-(
138 process_register(HANDLE proc)
175 HANDLE
188 return ((HANDLE) pproc);
193 process_signal(HANDLE proc)
200 process_last_err(HANDLE proc
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 85 HANDLE child_handle_;
89 HANDLE child_stdin_;
90 HANDLE child_stdout_;
  /external/dbus/dbus/
dbus-pipe-win.c 55 res = WriteFile ((HANDLE) pipe->fd_or_handle, buffer_c + start, len, &written, NULL);
78 if (CloseHandle ((HANDLE) pipe->fd_or_handle) == 0)

Completed in 1427 milliseconds

1 2 3 4 5 6 7 8 91011>>