Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
DC2ParamDef.h222 #define DEFINE_CAST_OPERATORS(_type) \
223 inline static _type* From(C2Param *other) { \
224 return (_type*)C2Param::ifSuitable( \
225 other, sizeof(_type),_type::typeIndex, _type::flexSize, \
226 (_type::typeIndex & T::Index::kDirUndefined) != T::Index::kDirUndefined); \
228 inline static const _type* From(const C2Param *other) { \
229 return const_cast<const _type*>(From(const_cast<C2Param *>(other))); \
231 inline static _type* From(std::nullptr_t) { return nullptr; } \
241 #define DEFINE_FLEXIBLE_ALLOC(_type, S, ptr) \
243 inline static std::ptr##_ptr<_type> alloc_##ptr(size_t flexCount, const Args(&... args)) { \
[all …]
DC2Param.h909 typedef C2##name##Struct _type; /**< type name shorthand */ \
1015 C2FieldDescriptor(&((_type*)(nullptr))->member, name),
1019 C2FieldDescriptor(&_type::member, name, 0)
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/services/core/java/com/android/server/pm/
DBasePermission.java56 BasePermission(String _name, String _sourcePackage, int _type) { in BasePermission() argument
59 type = _type; in BasePermission()
/frameworks/base/core/java/android/view/
DWindowManager.java1937 public LayoutParams(int _type) { in LayoutParams() argument
1939 type = _type; in LayoutParams()
1943 public LayoutParams(int _type, int _flags) { in LayoutParams() argument
1945 type = _type; in LayoutParams()
1950 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams() argument
1952 type = _type; in LayoutParams()
1957 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams() argument
1959 type = _type; in LayoutParams()
1964 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument
1969 type = _type; in LayoutParams()
/frameworks/rs/
DrsHidlAdaptation.cpp225 uint64_t _type = (uint64_t)(uintptr_t)type; in TypeGetNativeData() local
227 GetIContextHandle(context)->typeGetNativeMetadata(_type, in TypeGetNativeData()
423 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCreateTyped() local
426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped()
436 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCreateFromBitmap() local
441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap()
450 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCubeCreateFromBitmap() local
455 …uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (Allocatio… in AllocationCubeCreateFromBitmap()
970 std::vector<Type> _type(typeSize / sizeof(RsType)); in ScriptGroupCreate() local
984 for (size_t i = 0; i < _type.size(); i++) { in ScriptGroupCreate()
[all …]
/frameworks/av/media/libstagefright/include/foundation/
DAData.h142 using _type = typename std::aligned_union<0, Ts...>::type; ///< storage type
143 _type mValue; ///< storage
162 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...); in emplace()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java2295 public Alarm(int _type, long _when, long _whenElapsed, long _windowLength, long _maxWhen, in Alarm() argument
2299 type = _type; in Alarm()
2301 wakeup = _type == AlarmManager.ELAPSED_REALTIME_WAKEUP in Alarm()
2302 || _type == AlarmManager.RTC_WAKEUP; in Alarm()
2311 statsTag = makeTag(_op, _listenerTag, _type); in Alarm()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...