Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp35 using ErrorV3 = android::hardware::graphics::mapper::V3_0::Error; typedef
133 ErrorV3 error; in Import()
137 if (err == ErrorV3::NONE) { in Import()
142 if (!ret.isOk() || error != ErrorV3::NONE) { in Import()
194 ErrorV3 error = ErrorV3::NONE; in Lock()
203 if (lock_error == ErrorV3::NONE) { in Lock()
209 error = ErrorV3::NO_RESOURCES; in Lock()
212 if (error != ErrorV3::NONE) { in Lock()
280 ErrorV3 error = ErrorV3::NONE; in LockYCbCr()
288 if (lock_error == ErrorV3::NONE) { in LockYCbCr()
[all …]