Home
last modified time | relevance | path

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

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