/frameworks/base/libs/hwui/utils/ |
D | Macros.h | 21 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument 26 #define HASHABLE_TYPE(Type) \ argument 32 #define REQUIRE_COMPATIBLE_LAYOUT(Type) \ argument
|
/frameworks/minikin/include/minikin/ |
D | Macros.h | 25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument 29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.h | 40 std::string Type; member 44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {} in Type() function
|
D | slang_rs_export_element.h | 30 class Type; variable
|
/frameworks/base/core/jni/hwbinder/ |
D | EphemeralStorage.h | 28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument 56 enum Type { enum
|
D | EphemeralStorage.cpp | 85 #define DEFINE_ALLOC_VECTOR_METHODS(Suffix,Type,NewType) \ argument 113 #define DEFINE_RELEASE_ARRAY_CASE(Suffix,Type,NewType) \ in DEFINE_ALLOC_VECTOR_METHODS() argument
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | enumeration.h | 19 using Type = T; member
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | RelocationFactory.h | 28 typedef Relocation::Type Type; typedef
|
/frameworks/native/libs/gui/include/gui/ |
D | HdrMetadata.h | 28 enum Type : uint32_t { enum
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 221 struct Type : public CoreIndex { struct 224 inline bool isGlobal() const { return (mIndex & DIR_MASK) == DIR_GLOBAL; } in isGlobal() 226 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput() 228 inline bool forOutput() const { return (mIndex & DIR_MASK) == DIR_OUTPUT; } in forOutput() 231 inline bool forStream() const { return mIndex & IS_STREAM_FLAG; } in forStream() 233 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort() 236 inline uint32_t type() const { return mIndex & (~STREAM_ID_MASK); } in type() 239 inline kind_t kind() const { in kind() 250 inline Type(uint32_t index) : CoreIndex(index) { } in Type() argument 272 inline bool setPort(bool output) { in setPort()
|
/frameworks/base/core/proto/android/os/ |
D | patternmatcher.proto | 28 enum Type { enum
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.h | 54 enum class Type { enum
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputToken.h | 22 enum Type { Unknown, File, NameSpec }; enum
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 32 enum Type { enum
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 61 enum Type { enum 76 enum Type { enum 118 enum Type { enum
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hwc_types.h | 48 using Type = T; member
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | StringHash.h | 22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES }; enum
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaResource.h | 29 enum Type { enum
|
/frameworks/av/media/libmediahelper/include/media/ |
D | TypeConverter.h | 38 typedef T Type; typedef 48 typedef T Type; typedef 58 typedef T Type; typedef
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayIdentification.h | 31 using Type = PhysicalDisplayId; member
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Fragment.h | 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enum
|
D | Relocation.h | 34 typedef uint32_t Type; typedef
|
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
D | SystemServiceEvent.java | 48 public @interface Type {} annotation in SystemServiceEvent
|
/frameworks/rs/ |
D | rsClosure.h | 18 class Type; variable
|
/frameworks/base/services/backup/java/com/android/server/backup/remote/ |
D | RemoteResult.java | 111 private @interface Type { annotation in RemoteResult
|