Home
last modified time | relevance | path

Searched defs:IsHandleValid (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dscoped_hdc.h61 static bool IsHandleValid(HDC handle) { return handle != NULL; } in IsHandleValid() function
H A Dscoped_handle.h148 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
/aosp_15_r20/external/cronet/base/
H A Dsyslog_logging.cc63 static bool IsHandleValid(HANDLE handle) { return handle != nullptr; } in IsHandleValid() function in logging::__anon8ef432860211::EventLogHandleTraits
/aosp_15_r20/external/libchrome/base/profiler/
H A Dwin32_stack_frame_unwinder.cc30 bool ModuleHandleTraits::IsHandleValid(HMODULE handle) { in IsHandleValid() function in base::ModuleHandleTraits
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_interfaces_win.h65 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
/aosp_15_r20/external/cronet/base/profiler/
H A Dmodule_cache_win.cc89 static bool IsHandleValid(HMODULE handle) { return handle != nullptr; } in IsHandleValid() function in base::__anonc68390d70111::ModuleHandleTraits
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_posix.cc53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() function in base::SharedMemory