Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/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.java2464 public LayoutParams(int _type) { in LayoutParams() argument
2466 type = _type; in LayoutParams()
2470 public LayoutParams(int _type, int _flags) { in LayoutParams() argument
2472 type = _type; in LayoutParams()
2477 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams() argument
2479 type = _type; in LayoutParams()
2484 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams() argument
2486 type = _type; in LayoutParams()
2491 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument
2496 type = _type; in LayoutParams()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAData.h145 using _type = typename std::aligned_union<0, Ts...>::type; ///< storage type
146 _type mValue; ///< storage
165 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...); in emplace()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DBasePermission.java107 public BasePermission(String _name, String _sourcePackageName, @PermissionType int _type) { in BasePermission() argument
110 type = _type; in BasePermission()
/frameworks/av/media/extractors/mp4/
DItemTable.cpp44 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) : in ImageItem()
45 type(_type), itemId(_id), hidden(_hidden), in ImageItem()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java3238 public Alarm(int _type, long _when, long _whenElapsed, long _windowLength, long _maxWhen, in Alarm() argument
3242 type = _type; in Alarm()
3244 wakeup = _type == AlarmManager.ELAPSED_REALTIME_WAKEUP in Alarm()
3245 || _type == AlarmManager.RTC_WAKEUP; in Alarm()
3255 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/ ...
/frameworks/base/config/
Dhiddenapi-private-dex.txt38290 Landroid/icu/text/TimeZoneFormat$GMTOffsetField;->_type:C