/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | win32.py | 85 ResetEvent = _stdcall_libraries['kernel32'].ResetEvent variable 86 ResetEvent.restype = BOOL 87 ResetEvent.argtypes = [HANDLE]
|
D | serialwin32.py | 248 win32.ResetEvent(self._overlappedRead.hEvent)
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_winpcap.c | 122 ResetEvent(l2->rx_done); in l2_packet_receive_cb() 141 ResetEvent(l2->rx_notify); in l2_packet_receive_thread() 156 ResetEvent(l2->rx_avail); in l2_packet_rx_event()
|
D | l2_packet_ndis.c | 192 ResetEvent(l2_ndisuio_global->rx_processed); in l2_packet_rx_thread_try_read() 311 ResetEvent(l2->rx_avail); in l2_packet_rx_event()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.cc | 303 if (!ResetEvent(overlapped_.hEvent)) { in HandleInitialState() 568 if (!ResetEvent(overlapped_.hEvent)) { in HandleDisconnectingState() 718 ResetEvent(overlapped_.hEvent); in HandleConnectionRequest() 832 ResetEvent(client_info->dump_requested_handle()); in OnDumpRequest()
|
D | crash_generation_client.cc | 356 if (!ResetEvent(crash_generated_)) { in SignalCrashEventAndWait()
|
/external/libevent/ |
D | evthread_win32.c | 281 ResetEvent(cond->event); in evthread_win32_cond_wait() 291 ResetEvent(cond->event); in evthread_win32_cond_wait()
|
/external/icu/icu4c/source/common/ |
D | umutex.cpp | 130 ResetEvent(condition->fExitGate); in umtx_condBroadcast() 168 ResetEvent(condition->fEntryGate); in umtx_condWait()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis_.c | 92 ResetEvent(drv->event_avail); in wpa_driver_ndis_event_pipe_cb()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | condition_variable_event_win.cc | 161 ResetEvent(events_[eventID]); in SleepCS()
|
/external/webrtc/webrtc/base/ |
D | event.cc | 46 ResetEvent(event_handle_); in Reset()
|
/external/lzma/C/ |
D | Threads.c | 59 WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); } in Event_Reset()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 69 PFN_vkResetEvent ResetEvent; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 364 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_ctrl_iface_receive() 782 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_global_iface_receive()
|
/external/v8/src/base/platform/ |
D | condition-variable.cc | 207 BOOL ok = ::ResetEvent(event->handle_);
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 94 table->ResetEvent = (PFN_vkResetEvent)gpa(dev, "vkResetEvent"); in loader_init_device_dispatch_table() 361 return (void *)table->ResetEvent; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1258 return disp->ResetEvent(device, event);
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 70 GET_DEV_PROC(ResetEvent); in GrVkCreateInterface()
|
/external/fio/engines/ |
D | windowsaio.c | 287 ResetEvent(fov->o.hEvent); in fio_windowsaio_getevents()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 98 if (!ResetEvent(m_handle)) in reset()
|
/external/libusb/libusb/os/ |
D | poll_windows.c | 719 ResetEvent(poll_fd[_index].overlapped->hEvent); in usbi_read()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 2891 ResetEvent(_hShutdownCaptureEvent); // Must be manually reset. in StopRecording() 3072 ResetEvent(_hShutdownRenderEvent); in StopPlayout()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 990 VKAPI_ATTR VkResult VKAPI_CALL ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function 1000 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetEvent(device, event); in ResetEvent() 3826 return (PFN_vkVoidFunction)ResetEvent; in InterceptCoreDeviceCommand()
|
D | parameter_validation.cpp | 2274 VKAPI_ATTR VkResult VKAPI_CALL ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function 2283 result = get_dispatch_table(pc_device_table_map, device)->ResetEvent(device, event); in ResetEvent() 5320 {"vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(ResetEvent)}, in intercept_core_device_command()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 408 VkResult result = device_dispatch_table(device)->ResetEvent(device, event); in vkResetEvent()
|