/frameworks/base/core/java/android/os/ |
D | Vibrator.java | 79 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()
|
D | SystemVibrator.java | 62 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()
|
D | NullVibrator.java | 45 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() 53 AudioAttributes attributes) { in vibrate()
|
/frameworks/base/sax/java/android/sax/ |
D | RootElement.java | 111 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()
|
D | StartElementListener.java | 31 void start(Attributes attributes); in start()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/ |
D | MDnsUtils.java | 39 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/ |
D | MDnsUtils.java | 39 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/ |
D | GraphReader.java | 278 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/ |
D | MDnsUtils.java | 36 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/ |
D | SafeSaxTest.java | 58 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/ |
D | IPdfRenderer.aidl | 30 in PrintAttributes attributes, in ParcelFileDescriptor destination); in renderPage()
|
D | IPdfEditor.aidl | 29 void applyPrintAttributes(in PrintAttributes attributes); in applyPrintAttributes()
|
/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 42 AudioAttributes attributes; field in AsyncPlayer.Command 192 @NonNull AudioAttributes attributes) throws IllegalArgumentException { in play()
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 791 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/ |
D | AudioSourceDescriptor.h | 35 AudioSourceDescriptor(const sp<DeviceDescriptor> device, const audio_attributes_t *attributes, in AudioSourceDescriptor()
|
/frameworks/compile/libbcc/lib/Support/ |
D | CompilerConfig.cpp | 108 std::vector<std::string> attributes; in initializeArch() local
|
/frameworks/native/opengl/tests/configdump/ |
D | configdump.cpp | 29 Attribute attributes[] = { variable
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarVerifier.java | 205 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/ |
D | DrmInfoEvent.java | 88 HashMap<String, Object> attributes) { in DrmInfoEvent()
|
D | DrmErrorEvent.java | 97 HashMap<String, Object> attributes) { in DrmErrorEvent()
|
/frameworks/base/core/java/android/print/pdf/ |
D | PrintedPdfDocument.java | 83 public PrintedPdfDocument(@NonNull Context context, @NonNull PrintAttributes attributes) { in PrintedPdfDocument()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
D | XMLNode.java | 36 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
|
D | OMAParser.java | 38 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 50 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/ |
D | XMLParser.java | 39 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
|