Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2ErrnoUtils.h25 template<> constexpr c2_status_t _c2_errno2status_impl<0>() { return C2_OK; } in _c2_errno2status_impl() function
26 template<> constexpr c2_status_t _c2_errno2status_impl<EINVAL>() { return C2_BAD_VALUE; } in _c2_errno2status_impl() function
27 template<> constexpr c2_status_t _c2_errno2status_impl<EACCES>() { return C2_REFUSED; } in _c2_errno2status_impl() function
28 template<> constexpr c2_status_t _c2_errno2status_impl<EPERM>() { return C2_REFUSED; } in _c2_errno2status_impl() function
29 template<> constexpr c2_status_t _c2_errno2status_impl<ENOMEM>() { return C2_NO_MEMORY; } in _c2_errno2status_impl() function