Home
last modified time | relevance | path

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

12345

/frameworks/base/core/java/android/os/
DVibrator.java92 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate()
155 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { in vibrate()
165 vibrate(VibrationEffect.createWaveform(pattern, repeat), attributes); in vibrate() local
177 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) { in vibrate()
178 vibrate(Process.myUid(), mPackageName, vibe, attributes); in vibrate() local
188 VibrationEffect vibe, AudioAttributes attributes); in vibrate()
DSystemVibrator.java71 VibrationEffect effect, AudioAttributes attributes) { in vibrate()
83 private static int usageForAttributes(AudioAttributes attributes) { in usageForAttributes()
DNullVibrator.java48 VibrationEffect effect, AudioAttributes attributes) { in vibrate()
/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp37 void AddX86NativeCPUFeatures(std::vector<std::string>* attributes) { in AddX86NativeCPUFeatures()
105 std::vector<std::string> attributes; in initializeArch() local
/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/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/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java52 BridgeXmlPullAttributes attributes = new BridgeXmlPullAttributes( in testGetAttributeIntValueForEnums() local
/frameworks/native/libs/vr/libdvr/
Ddvr_surface.cpp32 bool ConvertSurfaceAttributes(const DvrSurfaceAttribute* attributes, in ConvertSurfaceAttributes()
91 int dvrSurfaceCreate(const DvrSurfaceAttribute* attributes, in dvrSurfaceCreate()
125 const DvrSurfaceAttribute* attributes, in dvrSurfaceSetAttributes()
/frameworks/native/libs/vr/libdisplay/
Ddisplay_client.cpp42 Surface::Surface(const SurfaceAttributes& attributes, int* error) in Surface()
70 Status<void> Surface::SetAttributes(const SurfaceAttributes& attributes) { in SetAttributes()
183 const SurfaceAttributes& attributes) { in CreateSurface()
/frameworks/base/core/java/android/net/
DScoredNetwork.java103 public final Bundle attributes; field in ScoredNetwork
152 @Nullable Bundle attributes) { in ScoredNetwork()
/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/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/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_client.h21 const SurfaceAttributes& attributes) { in CreateSurface()
/frameworks/base/media/java/android/media/
DAsyncPlayer.java43 AudioAttributes attributes; field in AsyncPlayer.Command
194 @NonNull AudioAttributes attributes) throws IllegalArgumentException { in play()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSourceDescriptor.h35 AudioSourceDescriptor(const sp<DeviceDescriptor> device, const audio_attributes_t *attributes, in AudioSourceDescriptor()
/frameworks/base/core/java/android/text/
DHtml.java779 private void handleStartTag(String tag, Attributes attributes) { in handleStartTag()
954 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement()
994 private void startLi(Editable text, Attributes attributes) { in startLi()
1006 private void startBlockquote(Editable text, Attributes attributes) { in startBlockquote()
1016 private void startHeading(Editable text, Attributes attributes, int level) { in startHeading()
1071 private void startCssStyle(Editable text, Attributes attributes) { in startCssStyle()
1117 private static void startImg(Editable text, Attributes attributes, Html.ImageGetter img) { in startImg()
1138 private void startFont(Editable text, Attributes attributes) { in startFont()
1167 private static void startA(Editable text, Attributes attributes) { in startA()
1207 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp31 Attribute attributes[] = { variable
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display_manager-test.cpp117 DvrSurfaceAttribute attributes[] = { in CreateApplicationSurface() local
239 std::vector<DvrSurfaceAttribute> attributes; in GetAttributes() local
542 auto attributes = attribute_status.take(); in TEST_F() local
550 auto compare_keys = [](const auto& attributes, const auto& expected_keys) { in TEST_F()
701 auto attributes = attribute_status.take(); in TEST_F() local
713 [](const auto& attributes, in TEST_F()
714 DvrSurfaceAttributeKey key) -> DvrSurfaceAttributeType { in TEST_F()
/frameworks/base/core/java/android/util/jar/
DStrictJarVerifier.java201 Attributes attributes = manifest.getAttributes(name); in initEntry() local
367 Attributes attributes = new Attributes(); in verifyCertificate() local
468 private boolean verify(Attributes attributes, String entry, byte[] data, in verify()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DXMLParser.java78 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/base/drm/java/android/drm/
DDrmInfoEvent.java88 HashMap<String, Object> attributes) { in DrmInfoEvent()

12345