Home
last modified time | relevance | path

Searched refs:CloseHandle (Results 1 – 25 of 25) sorted by relevance

/hardware/interfaces/automotive/audiocontrol/2.0/default/
DCloseHandle.cpp21 CloseHandle::CloseHandle(Callback callback) : mCallback(callback) {} in CloseHandle() function in android::hardware::automotive::audiocontrol::V2_0::implementation::CloseHandle
23 CloseHandle::~CloseHandle() { in ~CloseHandle()
27 Return<void> CloseHandle::close() { in close()
DCloseHandle.h25 class CloseHandle : public ICloseHandle {
36 CloseHandle(Callback callback = nullptr);
37 virtual ~CloseHandle();
45 DISALLOW_COPY_AND_ASSIGN(CloseHandle);
DAndroid.bp32 "CloseHandle.cpp",
DAudioControl.cpp49 closeHandle = new CloseHandle([this, listener]() { in registerFocusListener()
/hardware/interfaces/automotive/can/1.0/default/
DCloseHandle.cpp21 CloseHandle::CloseHandle(Callback callback) : mCallback(callback) {} in CloseHandle() function in android::hardware::automotive::can::V1_0::implementation::CloseHandle
23 CloseHandle::~CloseHandle() { in ~CloseHandle()
27 Return<void> CloseHandle::close() { in close()
DCloseHandle.h25 struct CloseHandle : public ICloseHandle { struct
35 CloseHandle(Callback callback = nullptr); argument
36 virtual ~CloseHandle();
44 DISALLOW_COPY_AND_ASSIGN(CloseHandle); argument
DCanBus.cpp70 sp<CloseHandle> closeHandle = new CloseHandle([this, listenerCb]() { in listen()
177 return new CloseHandle(); in listenForErrors()
183 return new CloseHandle(); in listenForErrors()
189 return new CloseHandle([this, listener]() { in listenForErrors()
DAndroid.bp72 "CloseHandle.cpp",
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_win32.c287 CloseHandle(state->thrd.handle); in __threads_win32_tls_callback()
354 CloseHandle(thr.handle); in thrd_detach()
386 CloseHandle(thr.handle); in thrd_join()
391 CloseHandle(thr.handle); in thrd_join()
/hardware/google/aemu/base/
DSharedMemory_win32.cpp139 CloseHandle(mFd); in close()
143 CloseHandle(mFile); in close()
DThread_win32.cpp33 CloseHandle(mThread); in ~Thread()
DSystem.cpp282 CloseHandle(timerHandle); in sleepToUs()
/hardware/google/aemu/base/include/aemu/base/files/
DScopedFileHandle.h57 ::CloseHandle(handle_); in close()
/hardware/google/aemu/base/include/aemu/base/system/
DWin32Utils.h83 void operator()(HANDLE h) const { ::CloseHandle(h); } in operator()
/hardware/google/aemu/base/include/aemu/base/testing/
DTestThread.h58 CloseHandle(mThread); in ~TestThread()
/hardware/google/aemu/base/include/aemu/base/
DManagedDescriptor.hpp30 void closeDescriptor(DescriptorType handle) { CloseHandle(handle); } in closeDescriptor()
DManagedDescriptor.h30 void closeDescriptor(DescriptorType handle) { CloseHandle(handle); } in closeDescriptor()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_external_memory_win32.adoc32 1) Do applications need to call code:CloseHandle() on the values returned
DVK_KHR_external_semaphore_win32.adoc29 1) Do applications need to call code:CloseHandle() on the values returned
DVK_NV_external_memory_win32.adoc63 3) Do applications need to call code:CloseHandle() on the values returned
/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.c74 CloseHandle(mod_as_file); in disk_cache_get_function_identifier()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc459 code:CloseHandle, code:CompareObjectHandles, code:GetHandleInformation,
1366 code:CloseHandle, code:CompareObjectHandles, code:GetHandleInformation,
1628 code:CloseHandle, code:CompareObjectHandles, code:GetHandleInformation,
Dsynchronization.adoc2144 using the code:CloseHandle system call when they are no longer needed.
2932 ownership using the code:CloseHandle system call when the handle is no
3602 using the code:CloseHandle system call when they are no longer needed.
4864 ownership using the code:CloseHandle system call when the handle is no
Dmemory.adoc2101 ownership using the code:CloseHandle system call when the handle is no
2184 using the code:CloseHandle system call when they are no longer needed.
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp1592 CloseHandle(info->externalHandle); in freeExternalMemoryLocked()