Searched defs:Type (Results 26 - 50 of 64) sorted by relevance

123

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h32 typedef uint32_t Type; typedef in struct:android::SampleRateTraits
33 typedef SortedVector<Type> Collection;
37 typedef audio_devices_t Type; typedef in struct:android::DeviceTraits
38 typedef Vector<Type> Collection;
42 typedef audio_output_flags_t Type; typedef in struct:android::OutputFlagTraits
43 typedef Vector<Type> Collection;
47 typedef audio_input_flags_t Type; typedef in struct:android::InputFlagTraits
48 typedef Vector<Type> Collection;
52 typedef audio_format_t Type; typedef in struct:android::FormatTraits
53 typedef Vector<Type> Collectio
57 typedef audio_channel_mask_t Type; typedef in struct:android::ChannelTraits
65 typedef audio_gain_mode_t Type; typedef in struct:android::GainModeTraits
70 typedef audio_stream_type_t Type; typedef in struct:android::StreamTraits
75 typedef device_category Type; typedef in struct:android::DeviceCategoryTraits
81 typedef T Type; typedef in struct:android::DefaultTraits
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java48 public enum Type { enum in class:Atlas
75 * {@link #Atlas(Atlas.Type, int, int, int)} with {@link #FLAG_DEFAULTS}.
81 * @see #Atlas(Atlas.Type, int, int, int)
83 public Atlas(Type type, int width, int height) {
98 * @see #Atlas(Atlas.Type, int, int)
100 public Atlas(Type type, int width, int height, int flags) {
137 private static Policy findPolicy(Type type, int width, int height, int flags) {
/frameworks/base/libs/hwui/
H A DTessellationCache.h56 enum class Type { class in struct:android::uirenderer::TessellationCache::Description
61 Type type;
78 Description(Type type, const Matrix4& transform, const SkPaint& paint);
H A DMatrix.h68 enum Type { enum in class:android::uirenderer::Matrix4
H A DLayer.h60 enum class Type { class in class:android::uirenderer::Layer
76 Layer(Type type, RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight);
248 return type == Type::Texture;
381 const Type type;
/frameworks/base/rs/java/android/renderscript/
H A DType.java20 * <p>A Type describes the {@link android.renderscript.Element} and dimensions used for an {@link
22 * android.renderscript.Type.Builder}.</p>
24 * <p>A Type always includes an {@link android.renderscript.Element} and an X
25 * dimension. A Type may be multidimensional, up to three dimensions. A nonzero
27 * that a Type with only a given X dimension and a Type with the same X
30 * <p>A Type also supports inclusion of level of detail (LOD) or cube map
34 * <p>A Type also supports YUV format information to support an
46 public class Type extends BaseObj { class in inherits:BaseObj
80 * Return the element associated with this Type
228 Type(long id, RenderScript rs) { method in class:Type
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES }; enum in namespace:mcld::hash
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h33 enum Type { enum in class:mcld::Input
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h30 enum Type { enum in struct:vulkan::driver::ProcHook
48 Type type;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java36 Type mBmsgType;
53 public enum Type { enum in class:BluetoothMapBmessage
100 public Type getType() {
104 public BluetoothMapBmessage setType(Type type) {
H A DBluetoothMapMessage.java51 private final Type mType;
69 public enum Type { enum in class:BluetoothMapMessage
148 private Type strToType(String s) {
150 return Type.EMAIL;
152 return Type.SMS_GSM;
154 return Type.SMS_CDMA;
156 return Type.MMS;
159 return Type.UNKNOWN;
268 * @return {@link Type} object corresponding to <code>type</code> parameter
271 public Type getTyp
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DMIMEContainer.java19 private static final String Type = "Content-Type"; field in class:MIMEContainer
46 List<String> type = headers.get(Type);
48 throw new IOException("Missing " + Type + " @ " + in.getLineNumber());
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DType.java26 * <p>A Type describes the {@link android.support.v8.renderscript.Element} and
29 * {@link android.support.v8.renderscript.Type.Builder}.</p>
31 * <p>A Type always includes an {@link android.support.v8.renderscript.Element}
32 * and an X dimension. A Type may be multidimensional, up to three dimensions.
34 * present. Note that a Type with only a given X dimension and a Type with the
37 * <p>A Type also supports inclusion of level of detail (LOD) or cube map
41 * <p>A Type also supports YUV format information to support an {@link
54 public class Type extends BaseObj { class in inherits:BaseObj
79 * Return the element associated with this Type
188 Type(long id, RenderScript rs) { method in class:Type
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h103 class Type;
229 const sp<Type>& t,
421 // Index of this entry in its Type.
470 class Type : public RefBase { class in class:ResourceTable
472 Type(const String16& name, const SourcePos& pos) function in class:ResourceTable::Type
475 virtual ~Type() { delete mFirstPublicSourcePos; }
532 sp<Type> getType(const String16& type,
550 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
551 const Vector<sp<Type> >& getOrderedTypes() const { return mOrderedTypes; }
562 DefaultKeyedVector<String16, sp<Type> > mType
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h228 LVDBE_MemoryTypes_en Type; /* Region type */ member in struct:__anon118
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h156 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon174
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h230 LVEQNB_MemoryTypes_en Type; /* Region type */ member in struct:__anon192
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java40 public @interface Type {} interface in class:TvTrackInfo
108 @Type
332 public Builder(@Type int type, @NonNull String id) {
/frameworks/base/tools/aapt2/
H A DResourceValues.h147 enum class Type { class in struct:aapt::Reference
154 Reference::Type referenceType;
158 explicit Reference(const ResourceNameRef& n, Type type = Type::kResource);
159 explicit Reference(const ResourceId& i, Type type = Type::kResource);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h30 enum Type { enum in class:mcld::Operator
90 Operator(Arity pArity, Type pType);
100 Type type() const { return m_Type; }
113 template <Operator::Type TYPE>
118 Type m_Type;
H A DOutputSectDesc.h30 enum Type { enum in class:mcld::OutputSectDesc
52 void setType(Type pType) { m_Type = pType; }
54 Type type() const { return m_Type; }
100 Type m_Type;
/frameworks/native/include/media/hardware/
H A DVideoAPI.h29 enum Type { enum in struct:android::MediaImage
41 Type mType;
61 enum Type : uint32_t {
81 Type mType;
195 kType1 = 0, // Static Metadata Type 1
204 // Static Metadata Descriptor Type 1
227 inline static const char *asString(MediaImage::Type i, const char *def = "??") {
244 inline static const char *asString(MediaImage2::Type i, const char *def = "??") {
257 MediaImage2::PlaneIndex i, MediaImage2::Type j, char def = '?') {
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h128 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon145
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h27 * - Type - what the symbol refers to
43 /** \enum Type
49 enum Type { enum in class:mcld::ResolveInfo
265 * |length of m_Name|InDyn|reserved|Symbol|Type |ELF
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java149 Type, enum constant in enum:CivicLocationElement.CAType
185 s_caTypes.put(TYPE, CAType.Type);

Completed in 646 milliseconds

123