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

1234

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java41 public enum Type { enum in class:BluetoothMapEventReport
50 private Type(String specName) { method in class:BluetoothMapEventReport.Type
60 private final Type mType;
68 private final BluetoothMapBmessage.Type mMsgType;
73 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
91 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
107 private Type parseType(String type) throws IllegalArgumentException {
108 for (Type
[all...]
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/rs/cpp/
H A DType.cpp31 using android::RSC::Type;
34 void Type::calcElementCount() {
71 Type::Type(void *id, sp<RS> rs) : BaseObj(id, rs) { function in class:Type
81 void Type::updateFromNative() {
112 sp<const Type> Type::create(const sp<RS>& rs, const sp<const Element>& e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) {
114 Type *t = new Type(id, rs);
129 Type
[all...]
/frameworks/rs/
H A DrsType.h36 class Type : public ObjectBase { class in namespace:android::renderscript
66 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
108 static Type *createFromStream(Context *rsc, IStream *stream);
110 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
111 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
113 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
116 static Type* getType(Context *rsc, const Element *e,
118 ObjectBaseRef<Type> type = getTypeRef(rsc, e, params, len);
123 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY = 0) {
152 virtual ~Type();
[all...]
/frameworks/av/include/media/
H A DMediaAnalyticsItem.h48 enum Type { enum in class:android::MediaAnalyticsItem
207 Type mType;
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/include/media/stagefright/foundation/
H A DAMessage.h169 enum Type { enum in struct:android::AMessage
184 const char *getEntryNameAt(size_t index, Type *type) const;
218 Type mType;
230 const Item *findItem(const char *name, Type type) const;
233 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon309
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon323
/frameworks/av/media/libmedia/include/media/
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/libmediametrics/include/
H A DMediaAnalyticsItem.h48 enum Type { enum in class:android::MediaAnalyticsItem
207 Type mType;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAMessage.h169 enum Type { enum in struct:android::AMessage
184 const char *getEntryNameAt(size_t index, Type *type) const;
218 Type mType;
230 const Item *findItem(const char *name, Type type) const;
233 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/media/libstagefright/include/foundation/
H A DAMessage.h169 enum Type { enum in struct:android::AMessage
184 const char *getEntryNameAt(size_t index, Type *type) const;
218 Type mType;
230 const Item *findItem(const char *name, Type type) const;
233 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/base/core/java/android/net/
H A DNetworkRequest.java90 public static enum Type { enum in class:NetworkRequest
103 public final Type type;
108 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) {
151 ConnectivityManager.REQUEST_ID_UNSET, Type.NONE);
323 Type type = Type.valueOf(in.readString()); // IllegalArgumentException if invalid.
338 return type == Type.LISTEN;
375 return type == Type.TRACK_DEFAULT || type == Type.REQUEST;
384 return type == Type
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h348 struct Type { struct in class:android::Theme
359 // Each element of Type will be a dynamically sized object
360 // allocated to have the entries stored contiguously with the Type.
361 std::array<util::unique_cptr<Type>, kTypeCount> types;
/frameworks/base/libs/hwui/
H A DTessellationCache.h55 enum class Type { class in struct:android::uirenderer::TessellationCache::Description
60 Type type;
77 Description(Type type, const Matrix4& transform, const SkPaint& paint);
/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
55 Type type;
/frameworks/rs/support/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/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java40 @SerializedName("type") private Card.Type mType;
61 public Card.Type getType() {
110 public enum Type { enum in class:Card
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java40 @SerializedName("type") private Card.Type mType;
61 public Card.Type getType() {
110 public enum Type { enum in class:Card
/frameworks/base/tools/aapt/
H A DResourceTable.h103 class Type;
232 const sp<Type>& t,
424 // Index of this entry in its Type.
477 class Type : public RefBase { class in class:ResourceTable
479 Type(const String16& name, const SourcePos& pos) function in class:ResourceTable::Type
482 virtual ~Type() { delete mFirstPublicSourcePos; }
539 sp<Type> getType(const String16& type,
557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
558 const Vector<sp<Type> >& getOrderedTypes() const { return mOrderedTypes; }
569 DefaultKeyedVector<String16, sp<Type> > mType
[all...]

Completed in 488 milliseconds

1234