Searched refs:Error3 (Results 1 – 1 of 1) sorted by relevance
77 using Error3 = ::android::hardware::graphics::mapper::V3_0::Error; typedef105 c2_status_t maperr2error(Error3 maperr) { in maperr2error()107 case Error3::NONE: return C2_OK; in maperr2error()108 case Error3::BAD_DESCRIPTOR: return C2_BAD_VALUE; in maperr2error()109 case Error3::BAD_BUFFER: return C2_BAD_VALUE; in maperr2error()110 case Error3::BAD_VALUE: return C2_BAD_VALUE; in maperr2error()111 case Error3::NO_RESOURCES: return C2_NO_MEMORY; in maperr2error()112 case Error3::UNSUPPORTED: return C2_CANNOT_DO; in maperr2error()