Searched refs:attributes (Results 1 - 25 of 120) sorted by relevance

12345

/frameworks/native/vulkan/doc/implementors_guide/
H A Dimplementors_guide.conf0 [attributes]
/frameworks/base/sax/java/android/sax/
H A DStartElementListener.java29 * @param attributes from the element
31 void start(Attributes attributes); argument
H A DRootElement.java111 Attributes attributes) throws SAXException {
116 startRoot(uri, localName, attributes);
134 start(child, attributes);
140 void startRoot(String uri, String localName, Attributes attributes) argument
150 start(root, attributes);
153 void start(Element e, Attributes attributes) { argument
158 e.startElementListener.start(attributes);
110 startElement(String uri, String localName, String qName, Attributes attributes) argument
/frameworks/base/core/java/android/os/
H A DVibrator.java74 * @param attributes {@link AudioAttributes} corresponding to the vibration. For example,
79 public void vibrate(long milliseconds, AudioAttributes attributes) { argument
80 vibrate(Process.myUid(), mPackageName, milliseconds, attributes);
126 * @param attributes {@link AudioAttributes} corresponding to the vibration. For example,
131 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { argument
132 vibrate(Process.myUid(), mPackageName, pattern, repeat, attributes);
141 AudioAttributes attributes);
149 AudioAttributes attributes);
140 vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) argument
148 vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) argument
H A DNullVibrator.java45 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { argument
53 AudioAttributes attributes) {
52 vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) argument
H A DSystemVibrator.java62 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { argument
68 mService.vibrate(uid, opPkg, milliseconds, usageForAttributes(attributes), mToken);
79 AudioAttributes attributes) {
89 mService.vibratePattern(uid, opPkg, pattern, repeat, usageForAttributes(attributes),
99 private static int usageForAttributes(AudioAttributes attributes) { argument
100 return attributes != null ? attributes.getUsage() : AudioAttributes.USAGE_UNKNOWN;
78 vibrate(int uid, String opPkg, long[] pattern, int repeat, AudioAttributes attributes) argument
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp108 std::vector<std::string> attributes; local
116 attributes.push_back("+vfp3");
118 attributes.push_back("+d16");
125 attributes.push_back("+neon");
128 attributes.push_back("-neon");
129 attributes.push_back("-neonfp");
136 attributes.push_back("+hwdiv-arm");
139 attributes.push_back("+hwdiv");
146 attributes.push_back("+fp16");
154 attributes
[all...]
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes();
40 String product = getString(attributes.get(ATTRIBUTE__PRODUCT));
41 String ty = getString(attributes.get(ATTRIBUTE__TY));
42 String usbMfg = getString(attributes.get(ATTRIBUTE__USB_MFG));
43 String mfg = getString(attributes.get(ATTRIBUTE__MFG));
51 Map<String,byte[]> attributes = networkDevice.getAttributes();
52 vendor = getString(attributes.get(ATTRIBUTE__MFG));
54 vendor = getString(attributes.get(ATTRIBUTE__USB_MFG));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes();
40 String product = getString(attributes.get(ATTRIBUTE__PRODUCT));
41 String ty = getString(attributes.get(ATTRIBUTE__TY));
42 String usbMfg = getString(attributes.get(ATTRIBUTE__USB_MFG));
43 String mfg = getString(attributes.get(ATTRIBUTE__MFG));
51 Map<String,byte[]> attributes = networkDevice.getAttributes();
52 vendor = getString(attributes.get(ATTRIBUTE__MFG));
54 vendor = getString(attributes.get(ATTRIBUTE__USB_MFG));
H A DSamsungRecommendationPlugin.java79 Map<String,byte[]> attributes = resolvedDevice.getAttributes();
80 String usb_mfg = MDnsUtils.getString(attributes.get(ATTR_USB_MFG));
82 usb_mfg = MDnsUtils.getString(attributes.get(ATTR_MFG));
85 String usb_mdl = MDnsUtils.getString(attributes.get(ATTR_USB_MDL));
87 usb_mdl = MDnsUtils.getString(attributes.get(ATTR_MDL));
94 modelName = MDnsUtils.getString(attributes.get(ATTR_PRODUCT));
96 modelName = MDnsUtils.getString(attributes.get(ATTR_TY));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DMDnsUtils.java36 Map<String, byte[]> attributes = networkDevice.getAttributes();
37 String product = getString(attributes.get(ATTRIBUTE__PRODUCT));
38 String ty = getString(attributes.get(ATTRIBUTE__TY));
39 String usbMfg = getString(attributes.get(ATTRIBUTE__USB_MFG));
40 String usbMdl = getString(attributes.get(ATTRIBUTE__USB_MDL));
41 String mfg = getString(attributes.get(ATTRIBUTE__MFG));
51 Map<String, byte[]> attributes = networkDevice.getAttributes();
52 vendor = getString(attributes.get(ATTRIBUTE__MFG));
54 vendor = getString(attributes.get(ATTRIBUTE__USB_MFG));
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java39 * The key that is used in the <code>attributes</code> HashMap to pass the return status.
43 * The key that is used in the <code>attributes</code> HashMap to pass the
60 * @param attributes Attributes for extensible information.
63 HashMap<String, Object> attributes) {
71 if (null != attributes) {
72 mAttributes = attributes;
122 * @return One of the attributes or null if no mapping for
62 DrmEvent(int uniqueId, int type, String message, HashMap<String, Object> attributes) argument
H A DDrmErrorEvent.java93 * @param attributes Attributes for extensible information. Could be any
97 HashMap<String, Object> attributes) {
98 super(uniqueId, type, message, attributes);
96 DrmErrorEvent(int uniqueId, int type, String message, HashMap<String, Object> attributes) argument
H A DDrmInfoEvent.java84 * @param attributes Attributes for extensible information. Could be any
88 HashMap<String, Object> attributes) {
89 super(uniqueId, type, message, attributes);
87 DrmInfoEvent(int uniqueId, int type, String message, HashMap<String, Object> attributes) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java278 private void addImportCommand(Attributes attributes) throws SAXException { argument
279 String packageName = getRequiredAttribute(attributes, "package");
283 private void addLibraryCommand(Attributes attributes) throws SAXException { argument
284 String libraryName = getRequiredAttribute(attributes, "name");
288 private void addConnectCommand(Attributes attributes) { argument
295 String sourceTag = attributes.getValue("source");
308 sourceFilterName = attributes.getValue("sourceFilter");
309 sourcePortName = attributes.getValue("sourcePort");
312 String targetTag = attributes.getValue("target");
325 targetFilterName = attributes
354 addVarCommand(Attributes attributes) argument
371 beginFilter(Attributes attributes) argument
381 addFilterInput(Attributes attributes) argument
409 getAssignmentValue(Attributes attributes) argument
433 getRequiredAttribute(Attributes attributes, String name) argument
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbEndpoint.java43 public UsbEndpoint(int address, int attributes, int maxPacketSize, int interval) { argument
45 mAttributes = attributes;
88 * Returns the endpoint's attributes field.
90 * @return the endpoint's attributes
140 int attributes = in.readInt();
143 return new UsbEndpoint(address, attributes, maxPacketSize, interval);
H A DUsbConfiguration.java44 * Mask for "self-powered" bit in the configuration's attributes.
50 * Mask for "remote wakeup" bit in the configuration's attributes.
59 public UsbConfiguration(int id, String name, int attributes, int maxPower) { argument
62 mAttributes = attributes;
86 * Returns the self-powered attribute value configuration's attributes field.
96 * Returns the remote-wakeup attribute value configuration's attributes field.
97 * This attributes that the device may signal the host to wake from suspend.
158 int attributes = in.readInt();
161 UsbConfiguration configuration = new UsbConfiguration(id, name, attributes, maxPower);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSourceDescriptor.h35 AudioSourceDescriptor(const sp<DeviceDescriptor> device, const audio_attributes_t *attributes, argument
37 mDevice(device), mAttributes(*attributes), mUid(uid) {}
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DIPdfEditor.aidl29 void applyPrintAttributes(in PrintAttributes attributes);
H A DIPdfRenderer.aidl30 in PrintAttributes attributes, in ParcelFileDescriptor destination);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java58 public void start(Attributes attributes) { argument
71 public void start(Attributes attributes) { argument
245 public void start(Attributes attributes) {
246 String url = attributes.getValue("", "url");
255 public void start(Attributes attributes) {
256 String url = attributes.getValue("", "url");
265 public void start(Attributes attributes) {
266 String url = attributes.getValue("", "url");
303 public void start(Attributes attributes) {
304 String seconds = attributes
339 start(Attributes attributes) argument
362 startElement(String uri, String localName, String qName, Attributes attributes) argument
[all...]
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp29 Attribute attributes[] = { variable
79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) {
81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
82 printf("\t%-32s: %10d (0x%08x)\n", attributes[attr].name, value, value);
/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java29 * This class is a helper for creating a PDF file for given print attributes. It is useful for
33 * attributes and these precomputed values can be accessed via {@link #getPageWidth()},
81 * @param attributes The print attributes.
83 public PrintedPdfDocument(@NonNull Context context, @NonNull PrintAttributes attributes) { argument
84 MediaSize mediaSize = attributes.getMediaSize();
86 // Compute the size of the target canvas from the attributes.
92 // Compute the content size from the attributes.
93 Margins minMargins = attributes.getMinMargins();
108 * from the print attributes passe
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DXMLNode.java36 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { argument
41 if (attributes.getLength() > 0) {
42 for (int n = 0; n < attributes.getLength(); n++)
43 mAttributes.put(attributes.getQName(n), new NodeAttribute(attributes.getQName(n),
44 attributes.getType(n), attributes.getValue(n)));
53 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { argument
56 mAttributes = new HashMap<>(attributes == null ? 0 : attributes
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DXMLNode.java37 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { argument
42 if (attributes.getLength() > 0) {
43 for (int n = 0; n < attributes.getLength(); n++)
44 mAttributes.put(attributes.getQName(n), new NodeAttribute(attributes.getQName(n),
45 attributes.getType(n), attributes.getValue(n)));
54 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { argument
57 mAttributes = new HashMap<>(attributes == null ? 0 : attributes
[all...]

Completed in 7567 milliseconds

12345