HomeSort by relevance Sort by last modified time
    Searched refs:C2_REFUSED (Results 1 - 3 of 3) sorted by null

  /hardware/google/av/codec2/vndk/include/
C2ErrnoUtils.h 27 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/
C2Debug.cpp 42 case C2_REFUSED: return "REFUSED";
  /hardware/google/av/codec2/include/
C2.h 109 C2_REFUSED = EACCES, ///< missing permission to complete operation

Completed in 81 milliseconds