Searched refs:Type (Results 1 - 25 of 702) sorted by relevance

1234567891011>>

/frameworks/av/include/media/
H A DMetadata.h49 typedef int32_t Type; typedef in class:android::media::Metadata
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyrigh
[all...]
H A DTypeConverter.h35 typedef uint32_t Type; typedef in struct:android::SampleRateTraits
36 typedef SortedVector<Type> Collection;
40 typedef audio_devices_t Type; typedef in struct:android::DeviceTraits
41 typedef Vector<Type> Collection;
47 typedef audio_output_flags_t Type; typedef in struct:android::OutputFlagTraits
48 typedef Vector<Type> Collection;
52 typedef audio_input_flags_t Type; typedef in struct:android::InputFlagTraits
53 typedef Vector<Type> Collection;
57 typedef audio_format_t Type; typedef in struct:android::FormatTraits
58 typedef Vector<Type> Collectio
62 typedef audio_channel_mask_t Type; typedef in struct:android::ChannelTraits
70 typedef audio_gain_mode_t Type; typedef in struct:android::GainModeTraits
75 typedef audio_stream_type_t Type; typedef in struct:android::StreamTraits
80 typedef audio_mode_t Type; typedef in struct:android::AudioModeTraits
85 typedef audio_usage_t Type; typedef in struct:android::UsageTraits
90 typedef audio_source_t Type; typedef in struct:android::SourceTraits
96 typedef T Type; typedef in struct:android::DefaultTraits
[all...]
/frameworks/av/media/libmedia/include/media/
H A DMetadata.h49 typedef int32_t Type; typedef in class:android::media::Metadata
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyrigh
[all...]
/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsManager.java19 import android.hardware.light.V2_0.Type;
22 public static final int LIGHT_ID_BACKLIGHT = Type.BACKLIGHT;
23 public static final int LIGHT_ID_KEYBOARD = Type.KEYBOARD;
24 public static final int LIGHT_ID_BUTTONS = Type.BUTTONS;
25 public static final int LIGHT_ID_BATTERY = Type.BATTERY;
26 public static final int LIGHT_ID_NOTIFICATIONS = Type.NOTIFICATIONS;
27 public static final int LIGHT_ID_ATTENTION = Type.ATTENTION;
28 public static final int LIGHT_ID_BLUETOOTH = Type.BLUETOOTH;
29 public static final int LIGHT_ID_WIFI = Type.WIFI;
30 public static final int LIGHT_ID_COUNT = Type
[all...]
/frameworks/base/libs/hwui/utils/
H A DMacros.h21 #define PREVENT_COPY_AND_ASSIGN(Type) \
23 Type(const Type&) = delete; \
24 void operator=(const Type&) = delete
26 #define HASHABLE_TYPE(Type) \
27 bool operator==(const Type& other) const; \
29 bool operator!=(const Type& other) const { return !(*this == other); } \
30 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
32 #define REQUIRE_COMPATIBLE_LAYOUT(Type) \
33 static_assert(std::is_standard_layout<Type>
[all...]
/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.h37 #define X(Type) \
38 static void onMerged##Type##s(BakedOpRenderer& renderer, const MergedBakedOpList& opList);
43 #define X(Type) \
44 static void on##Type(BakedOpRenderer& renderer, const Type& op, const BakedOpState& state);
H A DOutline.h29 enum class Type { class in class:android::uirenderer::Outline
38 , mType(Type::None)
44 if (mType == Type::RoundRect
54 mType = Type::RoundRect;
73 mType = Type::ConvexPath;
80 mType = Type::Empty;
86 mType = Type::None;
92 return mType == Type::Empty;
109 return mShouldClip && (mType == Type::RoundRect);
118 if (mType == Type
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h28 typedef device_category Type; typedef in struct:android::DeviceCategoryTraits
29 typedef Vector<Type> Collection;
33 typedef int32_t Type; typedef in struct:android::MixTypeTraits
34 typedef Vector<Type> Collection;
38 typedef uint32_t Type; typedef in struct:android::RouteFlagTraits
39 typedef Vector<Type> Collection;
43 typedef uint32_t Type; typedef in struct:android::RuleTraits
44 typedef Vector<Type> Collection;
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputToken.h22 enum Type { Unknown, File, NameSpec }; enum in class:mcld::InputToken
26 InputToken(Type pType, const std::string& pName, bool pAsNeeded);
31 Type type() const { return m_Type; }
40 Type m_Type;
/frameworks/rs/rsov/driver/
H A DrsovType.cpp21 using android::renderscript::Type;
24 bool rsovTypeInit(const Context *, const Type *t) { return true; }
26 void rsovTypeDestroy(const Context *rsc, const Type *t) {}
28 void rsovTypeUpdateCachedObject(const Context *rsc, const Type *t,
H A DrsovType.h23 const android::renderscript::Type *);
26 const android::renderscript::Type *);
30 const android::renderscript::Type *, android::renderscript::rs_type *obj);
/frameworks/rs/driver/
H A DrsdType.h24 const android::renderscript::Type *);
27 const android::renderscript::Type *);
30 const android::renderscript::Type *,
H A DrsdType.cpp32 using android::renderscript::Type;
35 bool rsdTypeInit(const Context *, const Type *t) {
39 void rsdTypeDestroy(const Context *rsc, const Type *t) {
42 void rsdTypeUpdateCachedObject(const Context *rsc, const Type *t,
/frameworks/support/paging/common/src/main/java/android/arch/paging/
H A DTiledDataSource.java85 * @param <Type> Type of items being loaded by the TiledDataSource.
87 public abstract class TiledDataSource<Type> extends DataSource<Integer, Type> {
119 public abstract List<Type> loadRange(int startPosition, int count);
121 final List<Type> loadRangeWrapper(int startPosition, int count) {
125 List<Type> list = loadRange(startPosition, count);
132 ContiguousDataSource<Integer, Type> getAsContiguous() {
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetState.java17 import org.objectweb.asm.Type;
26 public LockTargetState(Type type, List<LockTarget> lockTargets) {
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/
H A Daudio_policy_criteria.conf39 # Type <Criterion type name>
105 Type InputDevicesMaskType
109 Type OutputDevicesMaskType
113 Type AndroidModeType
117 Type ForceUseForCommunicationType
121 Type ForceUseForMediaType
125 Type ForceUseForRecordType
129 Type ForceUseForDockType
133 Type ForceUseForSystemType
137 Type ForceUseForHdmiSystemAudioTyp
[all...]
/frameworks/ml/nn/runtime/test/generated/models/
H A Dfully_connected_quant8_weights_as_inputs.model.cpp3 OperandType type4(Type::INT32, {});
4 OperandType type2(Type::TENSOR_INT32, {1}, 0.25f, 0);
5 OperandType type1(Type::TENSOR_QUANT8_ASYMM, {1, 1}, 0.5f, 0);
6 OperandType type0(Type::TENSOR_QUANT8_ASYMM, {3, 1}, 0.5f, 0);
7 OperandType type3(Type::TENSOR_QUANT8_ASYMM, {3, 1}, 1.f, 0);
H A Dhashtable_lookup_float.model.cpp3 OperandType type2(Type::TENSOR_FLOAT32, {3, 2});
4 OperandType type3(Type::TENSOR_FLOAT32, {4, 2});
5 OperandType type1(Type::TENSOR_INT32, {3});
6 OperandType type0(Type::TENSOR_INT32, {4});
7 OperandType type4(Type::TENSOR_QUANT8_ASYMM, {4}, 1.f, 0);
H A Dhashtable_lookup_quant8.model.cpp3 OperandType type1(Type::TENSOR_INT32, {3});
4 OperandType type0(Type::TENSOR_INT32, {4});
5 OperandType type2(Type::TENSOR_QUANT8_ASYMM, {3, 2}, 0.5f, 0);
6 OperandType type3(Type::TENSOR_QUANT8_ASYMM, {4, 2}, 0.5f, 0);
7 OperandType type4(Type::TENSOR_QUANT8_ASYMM, {4}, 1.f, 0);
H A Dlsh_projection_weights_as_inputs.model.cpp3 OperandType type2(Type::TENSOR_FLOAT32, {3});
4 OperandType type0(Type::TENSOR_FLOAT32, {4, 2});
5 OperandType type3(Type::TENSOR_INT32, {1});
6 OperandType type1(Type::TENSOR_INT32, {3, 2});
7 OperandType type4(Type::TENSOR_INT32, {8});
H A Dsvdf.model.cpp3 OperandType type0(Type::TENSOR_FLOAT32, {2, 3});
4 OperandType type4(Type::TENSOR_FLOAT32, {2, 40});
5 OperandType type6(Type::TENSOR_FLOAT32, {2, 4});
6 OperandType type2(Type::TENSOR_FLOAT32, {4, 10});
7 OperandType type1(Type::TENSOR_FLOAT32, {4, 3});
8 OperandType type3(Type::TENSOR_FLOAT32, {4});
9 OperandType type5(Type::TENSOR_INT32, {1});
H A Dsvdf_state.model.cpp3 OperandType type0(Type::TENSOR_FLOAT32, {2, 3});
4 OperandType type4(Type::TENSOR_FLOAT32, {2, 40});
5 OperandType type6(Type::TENSOR_FLOAT32, {2, 4});
6 OperandType type2(Type::TENSOR_FLOAT32, {4, 10});
7 OperandType type1(Type::TENSOR_FLOAT32, {4, 3});
8 OperandType type3(Type::TENSOR_FLOAT32, {4});
9 OperandType type5(Type::TENSOR_INT32, {1});
H A Dreshape_quant8_weights_as_inputs.model.cpp3 OperandType type1(Type::TENSOR_INT32, {1});
4 OperandType type0(Type::TENSOR_QUANT8_ASYMM, {1, 1, 3, 3}, 1.f, 0);
5 OperandType type2(Type::TENSOR_QUANT8_ASYMM, {9}, 1.f, 0);
H A Dreshape_weights_as_inputs.model.cpp3 OperandType type0(Type::TENSOR_FLOAT32, {1, 1, 3, 3});
4 OperandType type2(Type::TENSOR_FLOAT32, {9});
5 OperandType type1(Type::TENSOR_INT32, {1});
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h28 typedef Relocation::Type Type; typedef in class:mcld::RelocationFactory
43 Relocation* produce(Type pType, FragmentRef& pFragRef, Address pAddend = 0);

Completed in 7588 milliseconds

1234567891011>>