Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2ErrnoUtils.h27 template<> constexpr c2_status_t _c2_errno2status_impl<EACCES>() { return C2_REFUSED; } in _c2_errno2status_impl()
28 template<> constexpr c2_status_t _c2_errno2status_impl<EPERM>() { return C2_REFUSED; } in _c2_errno2status_impl()
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp42 case C2_REFUSED: return "REFUSED"; in asString()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2.h109 C2_REFUSED = EACCES, ///< missing permission to complete operation enumerator
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp2111 case C2_REFUSED: in toStatusT()