Searched defs:Element (Results 1 - 19 of 19) sorted by path

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSerializer.h50 typedef AudioGain Element; typedef in struct:android::AudioGainTraits
51 typedef sp<Element> PtrElement;
76 typedef AudioProfile Element; typedef in struct:android::AudioProfileTraits
97 typedef IOProfile Element; typedef in struct:android::MixPortTraits
98 typedef sp<Element> PtrElement;
121 typedef DeviceDescriptor Element; typedef in struct:android::DevicePortTraits
143 typedef AudioRoute Element; typedef in struct:android::RouteTraits
167 typedef HwModule Element; typedef in struct:android::ModuleTraits
168 typedef sp<Element> PtrElement;
204 typedef VolumeCurve Element; typedef in struct:android::VolumeTraits
229 typedef AudioPolicyConfig Element; typedef in class:android::PolicySerializer
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DElement.h31 class Element class in namespace:android::audio_policy
34 Element(const std::string &name) function in class:android::audio_policy::Element
37 ~Element() {}
92 Element(const Element &object);
93 Element &operator=(const Element &object);
H A DInputSource.h19 #include "Element.h"
28 * @tparam audio_source_t Policy Base Element identified by the audio_source_t definition.
31 class Element<audio_source_t> class in namespace:android::audio_policy
34 Element(const std::string &name) function in class:android::audio_policy::Element
38 ~Element() {}
75 Element(const Element &object);
76 Element &operator=(const Element &object);
84 typedef Element<audio_source_
[all...]
H A DStrategy.h19 #include "Element.h"
31 class Element<routing_strategy> class in namespace:android::audio_policy
34 Element(const std::string &name) function in class:android::audio_policy::Element
38 ~Element() {}
75 Element(const Element &object);
76 Element &operator=(const Element &object);
84 typedef Element<routing_strategy> Strategy;
H A DStream.h19 #include "Element.h"
32 class Element<audio_stream_type_t> class in namespace:android::audio_policy
35 Element(const std::string &name) function in class:android::audio_policy::Element
39 ~Element() {}
76 Element(const Element &object);
77 Element &operator=(const Element &object);
87 typedef Element<audio_stream_type_t> Stream;
H A DUsage.h19 #include "Element.h"
31 class Element<audio_usage_t> class in namespace:android::audio_policy
34 Element(const std::string &name) function in class:android::audio_policy::Element
38 ~Element() {}
75 Element(const Element &object);
76 Element &operator=(const Element &object);
83 typedef Element<audio_usage_t> Usage;
/frameworks/base/rs/java/android/renderscript/
H A DElement.java20 * <p>An Element represents one item within an {@link
21 * android.renderscript.Allocation}. An Element is roughly equivalent to a C
35 * android.renderscript.Element.DataType} and a {@link
36 * android.renderscript.Element.DataKind}. The DataType encodes C type
37 * information of an Element, while the DataKind encodes how that Element should
40 * android.renderscript.Element.DataKind#USER} cannot be used as input for a
44 * as {@link android.renderscript.Element#RGBA_8888} or {@link
45 * android.renderscript#Element.A_8}.</p>
53 public class Element extend class in inherits:BaseObj
1059 Element(long id, RenderScript rs, Element[] e, String[] n, int[] as) { method in class:Element
1076 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { method in class:Element
1095 Element(long id, RenderScript rs) { method in class:Element
[all...]
/frameworks/base/sax/java/android/sax/
H A DElement.java30 public class Element { class
35 final Element parent;
38 ArrayList<Element> requiredChilden;
46 Element(Element parent, String uri, String localName, int depth) { method in class:Element
57 public Element getChild(String localName) {
64 public Element getChild(String uri, String localName) {
83 public Element requireChild(String localName) {
92 public Element requireChild(String uri, String localName) {
93 Element chil
[all...]
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h38 class Element;
57 using ElementCloneFunc = std::function<void(const Element&, Element*)>;
59 // Clones the Node subtree, using the given function to decide how to clone an Element.
106 * An Element XML node.
108 class Element : public BaseNode<Element> { class in namespace:aapt::xml
117 xml::Element* FindChild(const android::StringPiece& ns, const android::StringPiece& name);
118 xml::Element* FindChildWithAttribute(const android::StringPiece& ns,
123 std::vector<xml::Element*> GetChildElement
[all...]
/frameworks/base/tools/bit/
H A Daapt.cpp50 struct Element { struct
51 Element* parent;
56 vector<Element*> children;
64 Element();
65 ~Element();
68 void FindElements(const string& ns, const string& name, vector<Element*>* result, bool recurse);
72 Element::Element() function in class:Element
76 Element::~Element()
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/rs/cpp/
H A DElement.cpp23 using android::RSC::Element;
25 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) {
27 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
37 const char * Element::getSubElementName(uint32_t index) {
39 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
49 size_t Element::getSubElementArraySize(uint32_t index) {
51 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
61 uint32_t Element::getSubElementOffsetBytes(uint32_t index) {
63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contain
177 Element::Element(void *id, android::RSC::sp<RS> rs, function in class:Element
216 Element::Element(void *id, android::RSC::sp<RS> rs) : function in class:Element
273 Element::Element(void *id, android::RSC::sp<RS> rs, function in class:Element
431 add(const android::RSC::sp<const Element>&e, const char * name, uint32_t arraySize) argument
[all...]
H A DrsCppStructs.h45 class Element;
62 RS_ERROR_INVALID_ELEMENT = 3, ///< An invalid Element was passed to a function
449 sp<const Element> U8;
450 sp<const Element> U8_2;
451 sp<const Element> U8_3;
452 sp<const Element> U8_4;
453 sp<const Element> I8;
454 sp<const Element> I8_2;
455 sp<const Element> I8_3;
456 sp<const Element> I8_
925 class Element : public BaseObj { class in namespace:android::RSC
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h189 * internal members of the C++ class Element owned by librs. Unfortunately,
202 typedef struct Element { struct
/frameworks/rs/
H A DrsElement.cpp23 Element::Element(Context *rsc) : ObjectBase(rsc) { function in class:android::renderscript::Element
32 Element::~Element() {
36 void Element::operator delete(void* ptr) {
38 Element *e = (Element*) ptr;
43 void Element::preDestroy() const {
53 void Element::clear() {
71 size_t Element
[all...]
H A DrsElement.h39 class Element : public ObjectBase { class in namespace:android::renderscript
51 const Element **fields;
89 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
103 static Element *createFromStream(Context *rsc, IStream *stream);
105 static ObjectBaseRef<const Element> createRef(Context *rsc,
110 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
111 const Element **,
116 static const Element* create(Context *rsc,
121 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize);
125 static const Element* creat
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java24 * <p>An Element represents one item within an {@link
25 * android.support.v8.renderscript.Allocation}. An Element is roughly
40 * android.support.v8.renderscript.Element.DataType} and a {@link
41 * android.support.v8.renderscript.Element.DataKind}. The DataType encodes C
42 * type information of an Element, while the DataKind encodes how that Element
45 * DataKind {@link android.support.v8.renderscript.Element.DataKind#USER} cannot
50 * {@link android.support.v8.renderscript.Element#RGBA_8888} or {@link
51 * android.support.v8.renderscript#Element.A_8}.</p>
61 public class Element extend class in inherits:BaseObj
717 Element(long id, RenderScript rs, Element[] e, String[] n, int[] as) { method in class:Element
734 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { method in class:Element
753 Element(long id, RenderScript rs) { method in class:Element
[all...]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java55 class Element { class in class:LoaderDicom
123 class TagSet extends HashMap<Integer, Element> {
124 Element get(int group, int element) {
128 void put(Element e) {
153 Element e = new Element();
179 e = new Element();
192 private long readTag(Element e) {
229 private void skipValue(Element e) {
244 private void readValue(Element
[all...]

Completed in 226 milliseconds