Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 107) 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/av/media/libmedia/include/media/
DTypeConverter.h35 typedef uint32_t Type; typedef
40 typedef audio_devices_t Type; typedef
47 typedef audio_output_flags_t Type; typedef
52 typedef audio_input_flags_t Type; typedef
57 typedef audio_format_t Type; typedef
62 typedef audio_channel_mask_t Type; typedef
70 typedef audio_gain_mode_t Type; typedef
75 typedef audio_stream_type_t Type; typedef
80 typedef audio_mode_t Type; typedef
85 typedef audio_usage_t Type; typedef
[all …]
DMediaResource.h28 enum Type { enum
/frameworks/av/include/media/
DTypeConverter.h35 typedef uint32_t Type; typedef
40 typedef audio_devices_t Type; typedef
47 typedef audio_output_flags_t Type; typedef
52 typedef audio_input_flags_t Type; typedef
57 typedef audio_format_t Type; typedef
62 typedef audio_channel_mask_t Type; typedef
70 typedef audio_gain_mode_t Type; typedef
75 typedef audio_stream_type_t Type; typedef
80 typedef audio_mode_t Type; typedef
85 typedef audio_usage_t Type; typedef
[all …]
DMediaResource.h28 enum Type { enum
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DTypeConverter.h28 typedef device_category Type; typedef
33 typedef int32_t Type; typedef
38 typedef uint32_t Type; typedef
43 typedef uint32_t Type; typedef
/frameworks/base/libs/hwui/
DBakedOpDispatcher.h37 #define X(Type) \ argument
43 #define X(Type) \ argument
DFrameBuilder.h99 #define X(Type) \ in replayBakedOps() argument
111 #define X(Type) \ in replayBakedOps() argument
223 #define X(Type) void defer##Type(const Type& op); argument
/frameworks/base/core/jni/hwbinder/
DEphemeralStorage.h28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument
54 enum Type { enum
DEphemeralStorage.cpp74 #define DEFINE_ALLOC_VECTOR_METHODS(Suffix,Type,NewType) \ argument
102 #define DEFINE_RELEASE_ARRAY_CASE(Suffix,Type,NewType) \ in DEFINE_ALLOC_VECTOR_METHODS() 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/libs/androidfw/include/androidfw/
DAssetManager2.h348 struct Type { struct
359 // Each element of Type will be a dynamically sized object argument
/frameworks/av/media/libstagefright/codec2/include/
DC2Param.h189 struct Type : public BaseIndex { struct
191 inline bool isGlobal() const { return (mIndex & kDirMask) == kDirGlobal; } in isGlobal()
193 inline bool forInput() const { return (mIndex & kDirMask) == kDirInput; } in forInput()
195 inline bool forOutput() const { return (mIndex & kDirMask) == kDirOutput; } in forOutput()
198 inline bool forStream() const { return mIndex & kStreamFlag; } in forStream()
200 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort()
203 inline uint32_t type() const { return mIndex & (~kStreamIdMask); } in type()
206 inline Kind kind() const { in kind()
217 inline Type(uint32_t index) : BaseIndex(index) { } in Type() function
237 inline bool setPort(bool output) { in setPort()
[all …]
DC2Component.h521 enum Type { enum
/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/compile/mclinker/include/mcld/Script/
DInputToken.h22 enum Type { Unknown, File, NameSpec }; enum
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapEventReport.java41 public enum Type { enum in BluetoothMapEventReport
50 private Type(String specName) { in Type() method in BluetoothMapEventReport.Type
/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/compile/mclinker/include/mcld/Fragment/
DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enum
DRelocation.h34 typedef uint32_t Type; typedef
/frameworks/rs/
DrsClosure.h18 class Type; variable

12345