Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 97) sorted by relevance

1234

/frameworks/base/core/java/android/os/
DVibrator.java79 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate()
80 vibrate(Process.myUid(), mPackageName, milliseconds, attributes); in vibrate() local
131 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { in vibrate()
132 vibrate(Process.myUid(), mPackageName, pattern, repeat, attributes); in vibrate() local
141 AudioAttributes attributes); in vibrate()
149 AudioAttributes attributes); in vibrate()
DSystemVibrator.java62 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate()
79 AudioAttributes attributes) { in vibrate()
99 private static int usageForAttributes(AudioAttributes attributes) { in usageForAttributes()
DNullVibrator.java45 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate()
53 AudioAttributes attributes) { in vibrate()
/frameworks/base/sax/java/android/sax/
DRootElement.java111 Attributes attributes) throws SAXException { in startElement()
140 void startRoot(String uri, String localName, Attributes attributes) in startRoot()
153 void start(Element e, Attributes attributes) { in start()
DStartElementListener.java31 void start(Attributes attributes); in start()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() local
51 Map<String,byte[]> attributes = networkDevice.getAttributes(); in getVendor() local
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() local
51 Map<String,byte[]> attributes = networkDevice.getAttributes(); in getVendor() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphReader.java278 private void addImportCommand(Attributes attributes) throws SAXException { in addImportCommand()
283 private void addLibraryCommand(Attributes attributes) throws SAXException { in addLibraryCommand()
288 private void addConnectCommand(Attributes attributes) { in addConnectCommand()
354 private void addVarCommand(Attributes attributes) throws SAXException { in addVarCommand()
371 private void beginFilter(Attributes attributes) throws SAXException { in beginFilter()
381 private void addFilterInput(Attributes attributes) throws SAXException { in addFilterInput()
409 private static Object getAssignmentValue(Attributes attributes) { in getAssignmentValue()
433 private static String getRequiredAttribute(Attributes attributes, String name) in getRequiredAttribute()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
DMDnsUtils.java36 Map<String, byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() local
51 Map<String, byte[]> attributes = networkDevice.getAttributes(); in getVendor() local
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java58 public void start(Attributes attributes) { in start()
71 public void start(Attributes attributes) { in start()
339 public void start(Attributes attributes) { in start()
363 Attributes attributes) throws SAXException { in startElement()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DIPdfRenderer.aidl30 in PrintAttributes attributes, in ParcelFileDescriptor destination); in renderPage()
DIPdfEditor.aidl29 void applyPrintAttributes(in PrintAttributes attributes); in applyPrintAttributes()
/frameworks/base/media/java/android/media/
DAsyncPlayer.java42 AudioAttributes attributes; field in AsyncPlayer.Command
192 @NonNull AudioAttributes attributes) throws IllegalArgumentException { in play()
/frameworks/base/core/java/android/text/
DHtml.java791 private void handleStartTag(String tag, Attributes attributes) { in handleStartTag()
966 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement()
1006 private void startLi(Editable text, Attributes attributes) { in startLi()
1018 private void startBlockquote(Editable text, Attributes attributes) { in startBlockquote()
1028 private void startHeading(Editable text, Attributes attributes, int level) { in startHeading()
1083 private void startCssStyle(Editable text, Attributes attributes) { in startCssStyle()
1129 private static void startImg(Editable text, Attributes attributes, Html.ImageGetter img) { in startImg()
1150 private void startFont(Editable text, Attributes attributes) { in startFont()
1179 private static void startA(Editable text, Attributes attributes) { in startA()
1219 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSourceDescriptor.h35 AudioSourceDescriptor(const sp<DeviceDescriptor> device, const audio_attributes_t *attributes, in AudioSourceDescriptor()
/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp108 std::vector<std::string> attributes; in initializeArch() local
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp29 Attribute attributes[] = { variable
/frameworks/base/core/java/android/util/jar/
DStrictJarVerifier.java205 Attributes attributes = manifest.getAttributes(name); in initEntry() local
371 Attributes attributes = new Attributes(); in verifyCertificate() local
472 private boolean verify(Attributes attributes, String entry, byte[] data, in verify()
/frameworks/base/drm/java/android/drm/
DDrmInfoEvent.java88 HashMap<String, Object> attributes) { in DrmInfoEvent()
DDrmErrorEvent.java97 HashMap<String, Object> attributes) { in DrmErrorEvent()
/frameworks/base/core/java/android/print/pdf/
DPrintedPdfDocument.java83 public PrintedPdfDocument(@NonNull Context context, @NonNull PrintAttributes attributes) { in PrintedPdfDocument()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DXMLNode.java36 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode()
53 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { in XMLNode() argument
DOMAParser.java38 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java50 AudioAttributes attributes; field in NotificationPlayer.Command
325 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { in play()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DXMLParser.java39 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()

1234