Home
last modified time | relevance | path

Searched defs:_type (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libmediatranscoding/transcoder/
DNdkCommon.cpp49 #define DEFINE_FORMAT_VALUE_COPY_FUNC(_type, _typeName) \ argument
81 #define DEFINE_SET_DEFAULT_FORMAT_VALUE_FUNC(_type, _typeName) \ argument
/frameworks/av/media/codec2/vndk/internal/
DC2HandleIonInternal.h53 typedef C2HandleIon _type; typedef
/frameworks/base/core/java/android/view/
DWindowManager.java3575 public LayoutParams(int _type) { in LayoutParams()
3581 public LayoutParams(int _type, int _flags) { in LayoutParams()
3588 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams()
3595 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams()
3602 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams()
/frameworks/rs/
DrsHidlAdaptation.cpp225 uint64_t _type = (uint64_t)(uintptr_t)type; in TypeGetNativeData() local
423 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCreateTyped() local
436 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCreateFromBitmap() local
450 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCubeCreateFromBitmap() local
970 std::vector<Type> _type(typeSize / sizeof(RsType)); in ScriptGroupCreate() local
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java225 TempAllowListDuration(long _duration, int _type, @ReasonCode int _reasonCode, in TempAllowListDuration()
/frameworks/av/media/codec2/vndk/
DC2DmaBufAllocator.cpp78 typedef C2HandleBuf _type; typedef
/frameworks/av/media/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp34 #define DEFINE_FORMAT_VALUE_EQUAL_FUNC(_type, _typeName) \ argument