Home
last modified time | relevance | path

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

1234567891011

/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
/aosp14/frameworks/base/core/java/android/os/
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 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 DIVibratorManagerService.aidl32 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 Dsoft_bus_message.cpp24 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 Davrcp_ct_test.cpp377 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 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()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp32 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 DIRcsUcePublishStateCallback.aidl26 void onPublishUpdated(in PublishAttributes attributes); in onPublishUpdated()
/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
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp74 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 Dmedia_service.h207 … 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 DIDevicesForAttributesCallback.aidl29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
H A DIPreferredMixerAttributesDispatcher.aidl30 in AudioAttributes attributes, in dispatchPrefMixerAttributesChanged()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-span.md16 ## attributes section
H A Djs-service-widget-container-badge.md16 ## attributes section
/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/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/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
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h90 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 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp983 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()
1219const 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 DAudioManagerWrapper.java80 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 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

1234567891011