Home
last modified time | relevance | path

Searched refs:_Type (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2ParamDef.h219 other, sizeof(_Type), _Type::PARAM_TYPE, _Type::FLEX_SIZE, \
245 return std::ptr##_ptr<_Type>(new(flexCount) _Type(flexCount, args...)); \
250 return std::ptr##_ptr<_Type>(new(init.size()) _Type(init.size(), args..., init)); \
255 return std::ptr##_ptr<_Type>(new(init.size()) _Type(init.size(), args..., init)); \
259 return std::ptr##_ptr<_Type>(new(N) _Type(N, args..., init)); \
269 static_assert(sizeof(_Type) == _Type::BASE_SIZE, "incorrect BASE_SIZE"); \
272 return (sz - sizeof(_Type)) / _Type::FLEX_SIZE; \
278 this->setSize(sizeof(_Type) + _Type::FLEX_SIZE * count); \
357 : T(_Type::CalcSize(flexCount), _Type::PARAM_TYPE), m(flexCount, args...) { }
394 inline C2PortParam() : T(sizeof(_Type), _Type::PARAM_TYPE) { }
[all …]
/aosp12/system/core/libutils/include/utils/
H A DList.h92 typedef typename Constness<U>::Type _Type; typedef
112 _Type& operator*() const { return mpNode->getRef(); }
113 _Type* operator->() const { return &(mpNode->getRef()); }
/aosp12/system/keymaster/include/keymaster/
H A DList.h83 typedef typename Constness<U>::Type _Type; typedef
101 _Type& operator*() const { return mpNode->getRef(); }
102 _Type* operator->() const { return &(mpNode->getRef()); }