/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | HdmiEarcLocalDeviceTxTest.java | 154 AudioDeviceAttributes attributes = mAudioAttributesCaptor.getValue(); in earcGetsConnected_capsReportedInTime_sad() local 186 AudioDeviceAttributes attributes = mAudioAttributesCaptor.getValue(); in earcGetsConnected_capsReportedInTime_sad_sadb() local 245 AudioDeviceAttributes attributes = mAudioAttributesCaptor.getValue(); in earcGetsConnected_capsReportedInTime_sad_sadb_vsadb() local 276 AudioDeviceAttributes attributes = mAudioAttributesCaptor.getValue(); in earcGetsConnected_capsReportedTooLate() local 295 AudioDeviceAttributes attributes = mAudioAttributesCaptor.getValue(); in earcGetsConnected_earcGetsDisconnectedBeforeCapsReported() local
|
H A D | FakeAudioFramework.java | 130 public void setWiredDeviceConnectionState(AudioDeviceAttributes attributes, int state) { in setWiredDeviceConnectionState() 154 public List<AudioDeviceAttributes> getDevicesForAttributes( in getDevicesForAttributes() 208 public void setDevicesForAttributes(AudioAttributes attributes, in setDevicesForAttributes()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Vibrator.java | 329 @Nullable VibrationAttributes attributes) { in setAlwaysOnEffect() 338 @Nullable VibrationEffect effect, @Nullable VibrationAttributes attributes) { in setAlwaysOnEffect() 372 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate() 438 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { in vibrate() 448 vibrate(VibrationEffect.createWaveform(pattern, repeat), attributes); in vibrate() local 480 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) { in vibrate() 500 public void vibrate(@NonNull VibrationEffect vibe, @NonNull VibrationAttributes attributes) { in vibrate() 501 vibrate(Process.myUid(), mPackageName, vibe, null, attributes); in vibrate() local 512 String reason, @NonNull VibrationAttributes attributes); in vibrate()
|
H A D | VibratorManager.java | 84 @Nullable CombinedVibration effect, @Nullable VibrationAttributes attributes) { in setAlwaysOnEffect() 125 @Nullable VibrationAttributes attributes) { in vibrate() 126 vibrate(Process.myUid(), mPackageName, effect, null, attributes); in vibrate() local 137 String reason, @Nullable VibrationAttributes attributes); in vibrate()
|
H A D | IVibratorManagerService.aidl | 32 in CombinedVibration vibration, in VibrationAttributes attributes); in setAlwaysOnEffect() 34 in VibrationAttributes attributes, String reason, IBinder token); in vibrate()
|
H A D | SystemVibratorManager.java | 119 @Nullable CombinedVibration effect, @Nullable VibrationAttributes attributes) { in setAlwaysOnEffect() 134 String reason, @Nullable VibrationAttributes attributes) { in vibrate() 223 @NonNull VibrationAttributes attributes) { in vibrate()
|
/aosp14/frameworks/base/sax/java/android/sax/ |
H A 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()
|
H A D | StartElementListener.java | 31 void start(Attributes attributes); in start()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioSystemAdapter.java | 178 public void addOnDevicesForAttributesChangedListener(AudioAttributes attributes, in addOnDevicesForAttributesChangedListener() 303 public @NonNull ArrayList<AudioDeviceAttributes> getDevicesForAttributes( in getDevicesForAttributes() 316 private @NonNull ArrayList<AudioDeviceAttributes> getDevicesForAttributesImpl( in getDevicesForAttributesImpl() 366 public int setDeviceConnectionState(AudioDeviceAttributes attributes, int state, in setDeviceConnectionState() 667 public int setPreferredMixerAttributes( in setPreferredMixerAttributes() 682 public int clearPreferredMixerAttributes( in clearPreferredMixerAttributes() 704 final AudioAttributes attributes = entry.getKey().first; in dump() local
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
H A D | MDnsUtils.java | 39 Map<String,byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() local 51 Map<String,byte[]> attributes = networkDevice.getAttributes(); in getVendor() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A 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()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | MeshSpecification.cpp | 40 std::vector<Attribute> extractAttributes(JNIEnv* env, jobjectArray attributes) { in extractAttributes() 74 auto attributes = extractAttributes(env, attributeArray); in Make() local 91 auto attributes = extractAttributes(env, attributeArray); in MakeWithCS() local 109 auto attributes = extractAttributes(env, attributeArray); in MakeWithAlpha() local
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/ |
H A D | MDnsUtils.java | 36 Map<String, byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() local 51 Map<String, byte[]> attributes = networkDevice.getAttributes(); in getVendor() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IRcsUcePublishStateCallback.aidl | 26 void onPublishUpdated(in PublishAttributes attributes); in onPublishUpdated()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsRegistrationImplBase.java | 430 public final void onRegistered(@NonNull ImsRegistrationAttributes attributes) { in onRegistered() 459 public final void onRegistering(@NonNull ImsRegistrationAttributes attributes) { in onRegistering() 650 private void updateToState(ImsRegistrationAttributes attributes, int newState) { in updateToState() 688 ImsRegistrationAttributes attributes; in updateNewCallbackWithState() local
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | IDevicesForAttributesCallback.aidl | 29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
|
H A D | IPreferredMixerAttributesDispatcher.aidl | 30 in AudioAttributes attributes, in dispatchPrefMixerAttributesChanged()
|
H A D | HwAudioSource.java | 56 private HwAudioSource(@NonNull AudioDeviceInfo device, @NonNull AudioAttributes attributes) { in HwAudioSource() 232 public @NonNull Builder setAudioAttributes(@NonNull AudioAttributes attributes) { in setAudioAttributes()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | AudioManagerWrapper.java | 80 void setWiredDeviceConnectionState(AudioDeviceAttributes attributes, int state); in setWiredDeviceConnectionState() 103 List<AudioDeviceAttributes> getDevicesForAttributes( in getDevicesForAttributes()
|
H A D | DefaultAudioManagerWrapper.java | 87 public void setWiredDeviceConnectionState(AudioDeviceAttributes attributes, int state) { in setWiredDeviceConnectionState() 110 public List<AudioDeviceAttributes> getDevicesForAttributes( in getDevicesForAttributes()
|
/aosp14/frameworks/base/sax/tests/saxtests/src/android/sax/ |
H A D | SafeSaxTest.java | 58 public void start(Attributes attributes) { in start() 71 public void start(Attributes attributes) { in start() 338 public void start(Attributes attributes) { in start() 362 Attributes attributes) throws SAXException { in startElement()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | VibratorHelper.java | 93 String reason, @NonNull VibrationAttributes attributes) { in vibrate() 103 public void vibrate(@NonNull VibrationEffect effect, @NonNull AudioAttributes attributes) { in vibrate()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | ScoredNetwork.java | 102 public final Bundle attributes; field in ScoredNetwork 151 @Nullable Bundle attributes) { in ScoredNetwork()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/ |
H A D | IPdfEditor.aidl | 29 void applyPrintAttributes(in PrintAttributes attributes); in applyPrintAttributes()
|
H A D | IPdfRenderer.aidl | 30 in PrintAttributes attributes, in ParcelFileDescriptor destination); in renderPage()
|