/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
|
/aosp14/frameworks/base/core/java/android/os/ |
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 | 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 | IVibratorManagerService.aidl | 32 in CombinedVibration vibration, in VibrationAttributes attributes); in setAlwaysOnEffect() 34 in VibrationAttributes attributes, String reason, IBinder token); in vibrate()
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_message.cpp | 24 const std::shared_ptr<Attributes> &attributes) in SoftBusMessage() 71 auto attributes = Common::MakeShared<Attributes>(attributes_->Serialize()); in CreateMessage() local 127 auto attributes = Common::MakeShared<Attributes>(data); in ParseMessage() local
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 377 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; variable 396 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; variable 415 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; variable 453 vector<uint32_t> attributes = {ATTRIBUTES_TEST}; variable 575 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; variable 611 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; variable
|
/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()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 32 napi_value PrintAttributesHelper::MakeJsObject(napi_env env, const PrintAttributes &attributes) in MakeJsObject() 164 const PrintAttributes &attributes) in CreatePageRange() 174 const PrintAttributes &attributes) in CreatePageSize() 184 const PrintAttributes &attributes) in CreateMargin()
|
/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/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
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 74 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusBaseSocketSecond() local 96 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusBaseSocketFisrst() local 140 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusServerSocketFisrst() local 166 auto attributes = Common::MakeShared<Attributes>(attr); in FuzzSoftBusManagerFisrst() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 207 … const std::string &addr, const std::deque<uint8_t> &attributes, uint8_t label, uint8_t context) in GetPlayerAppSettingCurrentValue() 212 …int SetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes, in SetPlayerAppSettingCurrentValue() 219 const std::string &addr, const std::vector<uint8_t> &attributes, uint8_t label) in GetPlayerAppSettingAttributeText() 235 …const std::string &addr, uint64_t identifier, const std::vector<uint32_t> &attributes, uint8_t lab… in GetElementAttributes() 269 const std::vector<uint32_t> &attributes, uint8_t label) in GetFolderItems() 275 const std::vector<uint32_t> &attributes, uint8_t label) in GetItemAttributes()
|
/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()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-span.md | 16 ## attributes section
|
H A D | js-service-widget-container-badge.md | 16 ## attributes section
|
/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/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/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
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 90 explicit PlayerSettingAttributes(std::vector<uint8_t> attributes) : attributes_(attributes) in PlayerSettingAttributes() 130 …PlayerSettingCurrentValue(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &valu… in PlayerSettingCurrentValue() 152 … PlayerGettingText(const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr) in PlayerGettingText() 174 … ElementAttributes(const std::vector<uint32_t> &attributes, const std::vector<std::string> &values) in ElementAttributes() 351 Notification(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) in Notification()
|
/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
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 983 const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, int result) const in OnGetPlayerAppSettingAttribtues() argument 1101 const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values, int result) const in OnGetPlayerAppSettingCurrentValue() argument 1115 …const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &val… in SetPlayerAppSettingCurrentValue() 1144 RawAddress rawAddr, std::vector<uint8_t> attributes, std::vector<uint8_t> values) in SetPlayerAppSettingCurrentValueNative() 1219 … const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, int result) const in OnGetPlayerAppSettingAttributeText() argument 1294 const RawAddress &rawAddr, uint64_t identifier, const std::vector<uint32_t> &attributes) in GetElementAttributes() 1323 RawAddress rawAddr, uint64_t identifier, std::vector<uint32_t> attributes) in GetElementAttributesNative() 1683 const std::vector<uint32_t> &attributes) in GetFolderItems() 1751 const std::vector<uint32_t> &attributes) in GetItemAttributes() 1784 …ddress rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, std::vector<uint32_t> attributes) in GetItemAttributesNative() [all …]
|
/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()
|
/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
|