Home
last modified time | relevance | path

Searched refs:UnwrappedSharedMemoryHandleProtection (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.h69 enum class UnwrappedSharedMemoryHandleProtection { enum
127 UnwrappedSharedMemoryHandleProtection current_protection);
149 UnwrappedSharedMemoryHandleProtection* protection);
Dplatform_handle.cc240 UnwrappedSharedMemoryHandleProtection protection) { in WrapSharedMemoryHandle()
256 if (protection == UnwrappedSharedMemoryHandleProtection::kReadOnly) { in WrapSharedMemoryHandle()
287 UnwrappedSharedMemoryHandleProtection* protection) { in UnwrapSharedMemoryHandle()
312 ? UnwrappedSharedMemoryHandleProtection::kReadOnly in UnwrapSharedMemoryHandle()
313 : UnwrappedSharedMemoryHandleProtection::kReadWrite; in UnwrapSharedMemoryHandle()