Home
last modified time | relevance | path

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

123456

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiEarcLocalDeviceTxTest.java154 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 DFakeAudioFramework.java130 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 DVibrator.java329 @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 DVibratorManager.java84 @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 DIVibratorManagerService.aidl32 in CombinedVibration vibration, in VibrationAttributes attributes); in setAlwaysOnEffect()
34 in VibrationAttributes attributes, String reason, IBinder token); in vibrate()
H A DSystemVibratorManager.java119 @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 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()
H A DStartElementListener.java31 void start(Attributes attributes); in start()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java178 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 DMDnsUtils.java39 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 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()
/aosp14/frameworks/base/libs/hwui/jni/
H A DMeshSpecification.cpp40 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 DMDnsUtils.java36 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 DIRcsUcePublishStateCallback.aidl26 void onPublishUpdated(in PublishAttributes attributes); in onPublishUpdated()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsRegistrationImplBase.java430 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 DIDevicesForAttributesCallback.aidl29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
H A DIPreferredMixerAttributesDispatcher.aidl30 in AudioAttributes attributes, in dispatchPrefMixerAttributesChanged()
H A DHwAudioSource.java56 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 DAudioManagerWrapper.java80 void setWiredDeviceConnectionState(AudioDeviceAttributes attributes, int state); in setWiredDeviceConnectionState()
103 List<AudioDeviceAttributes> getDevicesForAttributes( in getDevicesForAttributes()
H A DDefaultAudioManagerWrapper.java87 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 DSafeSaxTest.java58 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 DVibratorHelper.java93 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 DScoredNetwork.java102 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 DIPdfEditor.aidl29 void applyPrintAttributes(in PrintAttributes attributes); in applyPrintAttributes()
H A DIPdfRenderer.aidl30 in PrintAttributes attributes, in ParcelFileDescriptor destination); in renderPage()

123456