Home
last modified time | relevance | path

Searched defs:LockResult (Results 1 – 3 of 3) sorted by relevance

/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Mapper.h52 struct LockResult { struct
57 LockResult lockInternal(cros_gralloc_handle_t crosHandle, uint64_t cpuUsage, argument
/external/libchrome/base/memory/
Ddiscardable_shared_memory.h47 enum LockResult { SUCCESS, PURGED, FAILED }; enum
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h133 enum class LockResult { Success, Cancelled, Failed }; enum