Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/tools/finalize_res/
H A Dfinalize_res.py28 global _type_ids, _type
29 id = _type_ids[_type]
30 _type_ids[_type] += 1
32 val = '<public type="%s" name="%s" id="%s" />' % (_type, name, '0x{0:0{1}x}'.format(id,8))
38 global _type_ids, _type
39 _type = raw.group(1)
41 _type_ids[_type] = _type_ids.get(_type, id)
55 global _type_ids, _type
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A DNdkCommon.cpp49 #define DEFINE_FORMAT_VALUE_COPY_FUNC(_type, _typeName) \ argument
51 _type value; \
81 #define DEFINE_SET_DEFAULT_FORMAT_VALUE_FUNC(_type, _typeName) \ argument
82 bool SetDefaultFormatValue##_typeName(const char* key, AMediaFormat* format, _type value) { \
83 _type tmp; \
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h223 #define ADD_PARAM(_key, _type) \ argument
224 {_key, _type},
226 #define ADD_PARAM_END(_key, _type) \ argument
227 {_key, _type} }));
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h223 #define ADD_PARAM(_key, _type) \ argument
224 {_key, _type},
226 #define ADD_PARAM_END(_key, _type) \ argument
227 {_key, _type} }));
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h226 #define ADD_PARAM(_key, _type) \ argument
227 {_key, _type},
229 #define ADD_PARAM_END(_key, _type) \ argument
230 {_key, _type} }));
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h226 #define ADD_PARAM(_key, _type) \ argument
227 {_key, _type},
229 #define ADD_PARAM_END(_key, _type) \ argument
230 {_key, _type} }));
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h226 #define ADD_PARAM(_key, _type) \ argument
227 {_key, _type},
229 #define ADD_PARAM_END(_key, _type) \ argument
230 {_key, _type} }));
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/bionic/libc/kernel/uapi/rdma/
H A Drvt-abi.h24 #define RDMA_ATOMIC_UAPI(_type,_name) struct { _type val; } _name argument
H A Dib_user_ioctl_verbs.h24 #define RDMA_UAPI_PTR(_type,_name) __aligned_u64 _name argument
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h400 #define EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, _access_check) \ argument
402 ArtField* FindFieldFromCode<_type, _access_check>(uint32_t field_idx, \
406 #define EXPLICIT_FIND_FIELD_FROM_CODE_TYPED_TEMPLATE_DECL(_type) \ argument
407 EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, false); \
408 EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, true)
587 #define EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, _access_check) \ argument
589 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
593 #define EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(_type) \ argument
594 EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, false); \
595 EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, true)
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsMiscellaneousTests.cpp283 context->contextPeekMessage([&](MessageToClientType _type, Size _size, uint32_t _subID){ in TEST_P() argument
284 messageType = _type; size = (uint32_t)_size; subID = _subID; }); in TEST_P()
287 [&](MessageToClientType _type, Size _size){ in TEST_P() argument
288 messageType = _type; size = (uint32_t)_size; }); in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp83 RsType _type = hidl_to_rs<RsType>(type); in allocationAdapterCreate() local
85 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate()
98 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType() local
99 return rs_to_hidl<Type>(_type); in allocationGetType()
103 RsType _type = hidl_to_rs<RsType>(type); in allocationCreateTyped() local
107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
112 RsType _type = hidl_to_rs<RsType>(type); in allocationCreateFromBitmap() local
121 RsType _type = hidl_to_rs<RsType>(type); in allocationCubeCreateFromBitmap() local
405 RsType _type = hidl_to_rs<RsType>(type); in typeGetNativeMetadata() local
407 Device::getHal().TypeGetNativeData(mContext, _type, _metadata.data(), _metadata.size()); in typeGetNativeMetadata()
[all …]
/aosp12/hardware/google/graphics/common/libmemtrack/
H A Ddmabuf.cpp33 …void setPoolType(string _type) { type |= (_type == "carveout") ? MEMTRACK_FLAG_DEDICATED : MEMTRAC… in setPoolType()
/aosp12/system/core/fastboot/
H A Dsocket_mock.cpp149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event() argument
151 : type(_type), message(_message), status(_status), sock(std::move(_sock)) {} in Event()
H A Dsocket_mock.h86 Event(EventType _type, std::string _message, ssize_t _status,
/aosp12/frameworks/rs/
H A 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
970 std::vector<Type> _type(typeSize / sizeof(RsType)); in ScriptGroupCreate() local
984 for (size_t i = 0; i < _type.size(); i++) { in ScriptGroupCreate()
985 _type[i] = (Type)(uintptr_t)type[i]; in ScriptGroupCreate()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2HandleIonInternal.h53 typedef C2HandleIon _type; typedef
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java3685 public LayoutParams(int _type) { in LayoutParams() argument
3687 type = _type; in LayoutParams()
3691 public LayoutParams(int _type, int _flags) { in LayoutParams() argument
3693 type = _type; in LayoutParams()
3698 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams() argument
3700 type = _type; in LayoutParams()
3705 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams() argument
3707 type = _type; in LayoutParams()
3712 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument
3717 type = _type; in LayoutParams()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp34 #define DEFINE_FORMAT_VALUE_EQUAL_FUNC(_type, _typeName) \ argument
36 _type srcVal, dstVal; \
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A 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()
/aosp12/system/media/camera/docs/
H A Dmetadata_model.py1221 self._type = kwargs['type']
1228 return self._type
1588 self._type = None
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java225 TempAllowListDuration(long _duration, int _type, @ReasonCode int _reasonCode, in TempAllowListDuration() argument
228 type = _type; in TempAllowListDuration()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp78 typedef C2HandleBuf _type; typedef
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h1292 typedef C2##name##Struct _type; /**< type name shorthand */ \
1422 C2FieldDescriptor(&((_type*)(nullptr))->member, name),

12