Home
last modified time | relevance | path

Searched defs:ScopedPlatformHandle (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/memory/
Dplatform_shared_memory_region.h97 using ScopedPlatformHandle = mac::ScopedMachSendRight; variable
100 using ScopedPlatformHandle = zx::vmo; variable
103 using ScopedPlatformHandle = win::ScopedHandle; variable
106 using ScopedPlatformHandle = ScopedFD; variable
109 using ScopedPlatformHandle = ScopedFDPair; variable
/external/perfetto/include/perfetto/ext/base/
Dscoped_file.h103 using ScopedPlatformHandle = ScopedResource<PlatformHandle, variable
113 using ScopedPlatformHandle = ScopedFile; variable