Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/android/os/
DVibrator.java215 @Nullable AudioAttributes attributes) { in setAlwaysOnEffect()
224 @Nullable VibrationEffect effect, @Nullable AudioAttributes attributes) { in setAlwaysOnEffect()
253 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate()
314 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { in vibrate()
324 vibrate(VibrationEffect.createWaveform(pattern, repeat), attributes); in vibrate() local
336 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) { in vibrate()
337 vibrate(Process.myUid(), mPackageName, vibe, null, attributes); in vibrate() local
348 String reason, AudioAttributes attributes); in vibrate()
DIVibratorService.aidl34 in VibrationAttributes attributes); in setAlwaysOnEffect()
36 in VibrationAttributes attributes, String reason, IBinder token); in vibrate()
DSystemVibrator.java209 AudioAttributes attributes) { in setAlwaysOnEffect()
225 String reason, AudioAttributes attributes) { in vibrate()
DNullVibrator.java53 String reason, AudioAttributes attributes) { in vibrate()
/frameworks/av/media/libaudioclient/include/media/
DAudioAttributes.h31 AudioAttributes(const audio_attributes_t &attributes) : mAttributes(attributes) {} // NOLINT in AudioAttributes()
34 const audio_attributes_t &attributes) : in AudioAttributes()
DAudioProductStrategy.h32 AudioProductStrategy(const std::string &name, const std::vector<AudioAttributes> &attributes, in AudioProductStrategy()
DAudioVolumeGroup.h33 const AttributesVector &attributes, in AudioVolumeGroup()
/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/av/drm/libmediadrm/protos/
Dmetrics.proto50 optional Attributes attributes = 2; field
64 optional Attributes attributes = 6; field
/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/media/java/android/media/
DHwAudioSource.java48 private HwAudioSource(@NonNull AudioDeviceInfo device, @NonNull AudioAttributes attributes) { in HwAudioSource()
193 public @NonNull Builder setAudioAttributes(@NonNull AudioAttributes attributes) { in setAudioAttributes()
DAsyncPlayer.java43 AudioAttributes attributes; field in AsyncPlayer.Command
194 @NonNull AudioAttributes attributes) throws IllegalArgumentException { in play()
/frameworks/native/libs/vr/libdisplay/
Ddisplay_client.cpp41 Surface::Surface(const SurfaceAttributes& attributes, int* error) in Surface()
69 Status<void> Surface::SetAttributes(const SurfaceAttributes& attributes) { in SetAttributes()
186 const SurfaceAttributes& attributes) { in CreateSurface()
/frameworks/native/libs/vr/libdvr/
Ddvr_surface.cpp31 bool ConvertSurfaceAttributes(const DvrSurfaceAttribute* attributes, in ConvertSurfaceAttributes()
90 int dvrSurfaceCreate(const DvrSurfaceAttribute* attributes, in dvrSurfaceCreate()
124 const DvrSurfaceAttribute* attributes, in dvrSurfaceSetAttributes()
/frameworks/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java60 BridgeXmlPullAttributes attributes = new BridgeXmlPullAttributes( in testGetAttributeIntValueForEnums() 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/core/java/android/net/
DScoredNetwork.java100 public final Bundle attributes; field in ScoredNetwork
149 @Nullable Bundle attributes) { in ScoredNetwork()
/frameworks/base/core/java/android/text/
DHtml.java781 private void handleStartTag(String tag, Attributes attributes) { in handleStartTag()
956 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement()
996 private void startLi(Editable text, Attributes attributes) { in startLi()
1008 private void startBlockquote(Editable text, Attributes attributes) { in startBlockquote()
1018 private void startHeading(Editable text, Attributes attributes, int level) { in startHeading()
1073 private void startCssStyle(Editable text, Attributes attributes) { in startCssStyle()
1119 private static void startImg(Editable text, Attributes attributes, Html.ImageGetter img) { in startImg()
1140 private void startFont(Editable text, Attributes attributes) { in startFont()
1169 private static void startA(Editable text, Attributes attributes) { in startA()
1209 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_client.h20 const SurfaceAttributes& attributes) { in CreateSurface()

123456