Searched refs:LockResult (Results 1 – 3 of 3) sorted by relevance
49 using LockResult = GraphicBufferMapper::LockResult; typedef142 ui::Result<LockResult> GraphicBufferMapper::lock(buffer_handle_t handle, int64_t usage, in lock()146 LockResult result; in lock()
77 struct LockResult { struct91 ui::Result<LockResult> lock(buffer_handle_t handle, int64_t usage, const Rect& bounds, argument