Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 121) sorted by relevance

12345

/frameworks/base/libs/hwui/utils/
DMacros.h21 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
26 #define HASHABLE_TYPE(Type) \ argument
32 #define REQUIRE_COMPATIBLE_LAYOUT(Type) \ argument
/frameworks/minikin/include/minikin/
DMacros.h25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument
29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h40 std::string Type; member
44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {} in Type() function
Dslang_rs_export_element.h30 class Type; variable
/frameworks/base/core/jni/hwbinder/
DEphemeralStorage.h28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument
56 enum Type { enum
DEphemeralStorage.cpp85 #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/
Denumeration.h19 using Type = T; member
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h28 typedef Relocation::Type Type; typedef
/frameworks/native/libs/gui/include/gui/
DHdrMetadata.h28 enum Type : uint32_t { enum
/frameworks/av/media/codec2/core/include/
DC2Param.h221 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() function
272 inline bool setPort(bool output) { in setPort()
/frameworks/base/core/proto/android/os/
Dpatternmatcher.proto28 enum Type { enum
/frameworks/native/cmds/dumpsys/
Ddumpsys.h54 enum class Type { enum
/frameworks/compile/mclinker/include/mcld/Script/
DInputToken.h22 enum Type { Unknown, File, NameSpec }; enum
/frameworks/base/core/proto/android/net/
Dnetworkrequest.proto32 enum Type { enum
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto61 enum Type { enum
76 enum Type { enum
118 enum Type { enum
/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h48 using Type = T; member
/frameworks/compile/mclinker/include/mcld/ADT/
DStringHash.h22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES }; enum
/frameworks/av/media/libmedia/include/media/
DMediaResource.h29 enum Type { enum
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h38 typedef T Type; typedef
48 typedef T Type; typedef
58 typedef T Type; typedef
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayIdentification.h31 using Type = PhysicalDisplayId; member
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enum
DRelocation.h34 typedef uint32_t Type; typedef
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DSystemServiceEvent.java48 public @interface Type {} annotation in SystemServiceEvent
/frameworks/rs/
DrsClosure.h18 class Type; variable
/frameworks/base/services/backup/java/com/android/server/backup/remote/
DRemoteResult.java111 private @interface Type { annotation in RemoteResult

12345