/hardware/interfaces/automotive/audiocontrol/2.0/default/ |
D | CloseHandle.cpp | 21 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()
|
D | CloseHandle.h | 25 class CloseHandle : public ICloseHandle { 36 CloseHandle(Callback callback = nullptr); 37 virtual ~CloseHandle(); 45 DISALLOW_COPY_AND_ASSIGN(CloseHandle);
|
D | Android.bp | 32 "CloseHandle.cpp",
|
D | AudioControl.cpp | 49 closeHandle = new CloseHandle([this, listener]() { in registerFocusListener()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CloseHandle.cpp | 21 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()
|
D | CloseHandle.h | 25 struct CloseHandle : public ICloseHandle { struct 35 CloseHandle(Callback callback = nullptr); argument 36 virtual ~CloseHandle(); 44 DISALLOW_COPY_AND_ASSIGN(CloseHandle); argument
|
D | CanBus.cpp | 70 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()
|
D | Android.bp | 72 "CloseHandle.cpp",
|
/hardware/google/gfxstream/guest/mesa/src/c11/impl/ |
D | threads_win32.c | 287 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/ |
D | SharedMemory_win32.cpp | 139 CloseHandle(mFd); in close() 143 CloseHandle(mFile); in close()
|
D | Thread_win32.cpp | 33 CloseHandle(mThread); in ~Thread()
|
D | System.cpp | 282 CloseHandle(timerHandle); in sleepToUs()
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | ScopedFileHandle.h | 57 ::CloseHandle(handle_); in close()
|
/hardware/google/aemu/base/include/aemu/base/system/ |
D | Win32Utils.h | 83 void operator()(HANDLE h) const { ::CloseHandle(h); } in operator()
|
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestThread.h | 58 CloseHandle(mThread); in ~TestThread()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | ManagedDescriptor.hpp | 30 void closeDescriptor(DescriptorType handle) { CloseHandle(handle); } in closeDescriptor()
|
D | ManagedDescriptor.h | 30 void closeDescriptor(DescriptorType handle) { CloseHandle(handle); } in closeDescriptor()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_external_memory_win32.adoc | 32 1) Do applications need to call code:CloseHandle() on the values returned
|
D | VK_KHR_external_semaphore_win32.adoc | 29 1) Do applications need to call code:CloseHandle() on the values returned
|
D | VK_NV_external_memory_win32.adoc | 63 3) Do applications need to call code:CloseHandle() on the values returned
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | disk_cache_os.c | 74 CloseHandle(mod_as_file); in disk_cache_get_function_identifier()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 459 code:CloseHandle, code:CompareObjectHandles, code:GetHandleInformation, 1366 code:CloseHandle, code:CompareObjectHandles, code:GetHandleInformation, 1628 code:CloseHandle, code:CompareObjectHandles, code:GetHandleInformation,
|
D | synchronization.adoc | 2144 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
|
D | memory.adoc | 2101 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/ |
D | VkCommonOperations.cpp | 1592 CloseHandle(info->externalHandle); in freeExternalMemoryLocked()
|