Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/av/media/codec2/vndk/internal/
DC2HandleIonInternal.h50 typedef C2HandleIon _type; typedef
/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/base/core/java/android/view/
DWindowManager.java2971 public LayoutParams(int _type) { in LayoutParams() argument
2973 type = _type; in LayoutParams()
2977 public LayoutParams(int _type, int _flags) { in LayoutParams() argument
2979 type = _type; in LayoutParams()
2984 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams() argument
2986 type = _type; in LayoutParams()
2991 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams() argument
2993 type = _type; in LayoutParams()
2998 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument
3003 type = _type; in LayoutParams()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAData.h149 using _type = typename std::aligned_union<0, Ts...>::type; ///< storage type
150 _type mValue; ///< storage
169 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...); in emplace()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DBasePermission.java106 public BasePermission(String _name, String _sourcePackageName, @PermissionType int _type) { in BasePermission() argument
109 type = _type; in BasePermission()
/frameworks/av/media/codec2/core/include/
DC2Param.h1283 typedef C2##name##Struct _type; /**< type name shorthand */ \
1413 C2FieldDescriptor(&((_type*)(nullptr))->member, name),
/frameworks/av/media/extractors/mp4/
DItemTable.cpp47 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) : in ImageItem()
48 type(_type), itemId(_id), hidden(_hidden), in ImageItem()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java3653 public Alarm(int _type, long _when, long _whenElapsed, long _windowLength, long _maxWhen, in Alarm() argument
3657 type = _type; in Alarm()
3659 wakeup = _type == AlarmManager.ELAPSED_REALTIME_WAKEUP in Alarm()
3660 || _type == AlarmManager.RTC_WAKEUP; in Alarm()
3670 statsTag = makeTag(_op, _listenerTag, _type); in Alarm()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...