/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
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...] |
/hardware/invensense/60xx/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/60xx/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...] |
/hardware/invensense/65xx/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...] |
/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...] |
/development/host/windows/usb/api/ |
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/chromium_org/base/process/ |
memory_win.cc | 26 typedef BOOL (WINAPI* HeapSetFn)(HANDLE, HEAP_INFORMATION_CLASS, PVOID, SIZE_T); 48 scoped_ptr<HANDLE[]> heaps(new HANDLE[number_heaps + MARGIN]);
|
launch.h | 33 typedef std::vector<HANDLE> HandlesToInheritVector; 77 HANDLE job_handle; 83 HANDLE stdin_handle; 84 HANDLE stdout_handle; 85 HANDLE stderr_handle; 132 // handle of the launched process. NOTE: In this case, the caller is 133 // responsible for closing the handle so that it doesn't leak! 134 // Otherwise, the process handle will be implicitly closed. 181 BASE_EXPORT bool SetJobObjectLimitFlags(HANDLE job_object, DWORD limit_flags); 231 // not handle the child's exceptions. Calling RestoreDefaultExceptionHandle [all...] |
/external/chromium_org/content/public/common/ |
sandbox_init.h | 42 // a process handle. It returns true on success, false otherwise. 43 CONTENT_EXPORT bool BrokerDuplicateHandle(HANDLE source_handle, 45 HANDLE* target_handle, 56 CONTENT_EXPORT bool BrokerAddTargetPeer(HANDLE peer_process);
|
/external/chromium_org/ipc/ |
ipc_channel_handle.h | 21 // handle is provided for convenience. 22 // NOTE: A ChannelHandle with a pipe handle Will NOT be marshalled over IPC. 30 // in both Windows and Posix. When passing a handle to a channel over IPC, 45 explicit ChannelHandle(HANDLE h) : pipe(h) {} 55 // A simple container to automatically initialize pipe handle 57 PipeHandle() : handle(NULL) {} 58 PipeHandle(HANDLE h) : handle(h) {} 59 HANDLE handle; member in struct:IPC::ChannelHandle::PipeHandle [all...] |
/external/chromium_org/sandbox/win/src/ |
sandbox.h | 72 // handle and PID just as if CreateProcess() had been called. The caller is 94 virtual ResultCode AddTargetPeer(HANDLE peer_process) = 0; 147 // Requests the broker to duplicate the supplied handle into the target 150 // handle duplication for this object type. 155 virtual ResultCode DuplicateHandle(HANDLE source_handle, 157 HANDLE* target_handle,
|
win2k_threadpool.cc | 11 bool Win2kThreadPool::RegisterWait(const void* cookie, HANDLE waitable_object, 17 HANDLE pool_object = NULL; 38 HANDLE wait = it->wait;
|
handle_interception.cc | 16 ResultCode DuplicateHandleProxy(HANDLE source_handle, 18 HANDLE* target_handle, 40 *target_handle = answer.handle;
|
named_pipe_interception.h | 15 typedef HANDLE (WINAPI *CreateNamedPipeWFunction) ( 26 SANDBOX_INTERCEPT HANDLE WINAPI TargetCreateNamedPipeW(
|
registry_dispatcher.h | 27 HANDLE root, DWORD desired_access, 32 HANDLE root, DWORD desired_access);
|
sync_policy.h | 41 HANDLE *handle); 46 HANDLE *handle);
|
target_services.h | 49 virtual ResultCode DuplicateHandle(HANDLE source_handle, 51 HANDLE* target_handle,
|
threadpool_unittest.cc | 12 HANDLE event = reinterpret_cast<HANDLE>(context); 24 HANDLE event1 = ::CreateEventW(NULL, FALSE, FALSE, NULL); 25 HANDLE event2 = ::CreateEventW(NULL, FALSE, FALSE, NULL); 47 HANDLE event1 = ::CreateEventW(NULL, FALSE, FALSE, NULL); 48 HANDLE event2 = ::CreateEventW(NULL, FALSE, FALSE, NULL); 77 HANDLE event1 = ::CreateEventW(NULL, FALSE, FALSE, NULL); 78 HANDLE event2 = ::CreateEventW(NULL, FALSE, FALSE, NULL);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain.h | 25 SwapChain(HWND window, HANDLE shareHandle, GLenum backBufferFormat, GLenum depthBufferFormat) 37 virtual HANDLE getShareHandle() {return mShareHandle;}; 44 HANDLE mShareHandle;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
subprocess.h | 86 HANDLE child_handle_; 90 HANDLE child_stdin_; 91 HANDLE child_stdout_;
|
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.h | 85 HANDLE child_handle_; 89 HANDLE child_stdin_; 90 HANDLE child_stdout_;
|
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
processes_and_threads.cc | 13 void POCDLL_API TestProcesses(HANDLE log) { 17 HANDLE snapshot = ::CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, NULL); 30 HANDLE process = ::OpenProcess(PROCESS_VM_READ, 31 FALSE, // Do not inherit handle. 57 void POCDLL_API TestThreads(HANDLE log) { 61 HANDLE snapshot = ::CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, NULL); 76 HANDLE thread = ::OpenThread(THREAD_QUERY_INFORMATION,
|
utils.h | 12 // Class to convert a HANDLE to a FILE *. The FILE * is closed when the 28 // Translates a HANDLE (handle) to a FILE * opened with the mode "mode". 30 FILE* Translate(HANDLE handle, const char *mode) { 35 HANDLE new_handle; 37 handle,
|
/external/chromium_org/sandbox/win/wow_helper/ |
service64_resolver.h | 18 explicit Service64ResolverThunk(HANDLE process) 49 // Handle of the child process. 50 HANDLE process_;
|