Searched refs:CopyResult (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DReadback.h28 enum class CopyResult { class in namespace:android::uirenderer
39 static CopyResult copySurfaceInto(renderthread::RenderThread& renderThread,
H A DReadback.cpp33 CopyResult Readback::copySurfaceInto(renderthread::RenderThread& renderThread,
47 return CopyResult::DestinationInvalid;
52 return CopyResult::UnknownError;
110 return CopyResult::UnknownError;
114 return CopyResult::SourceEmpty;
118 return CopyResult::SourceInvalid;
123 return CopyResult::Timeout;
140 return CopyResult::UnknownError;
151 return CopyResult::UnknownError;
188 return CopyResult
[all...]

Completed in 50 milliseconds