/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
H A D | Message.h | 52 const auto attributes = buf.data<nlattr>(sizeof(T)); in parse() local 92 const Attributes attributes; variable 97 Message(const nlmsghdr& nlHeader, const T& dataHeader, Attributes attributes) in Message()
|
/aosp12/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 | 338 @Nullable AudioAttributes attributes) { in setAlwaysOnEffect() 347 @Nullable VibrationEffect effect, @Nullable AudioAttributes attributes) { in setAlwaysOnEffect() 376 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate() 437 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) { in vibrate() 447 vibrate(VibrationEffect.createWaveform(pattern, repeat), attributes); in vibrate() local 459 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) { in vibrate() 460 vibrate(Process.myUid(), mPackageName, vibe, null, attributes); in vibrate() local 471 String reason, AudioAttributes attributes) { in vibrate() 487 String reason, @NonNull VibrationAttributes attributes); in vibrate()
|
H A D | SystemVibratorManager.java | 120 @Nullable CombinedVibration effect, @Nullable VibrationAttributes attributes) { in setAlwaysOnEffect() 135 String reason, @Nullable VibrationAttributes attributes) { in vibrate() 213 @Nullable VibrationEffect effect, @Nullable AudioAttributes attributes) { in setAlwaysOnEffect() 225 @NonNull VibrationAttributes attributes) { in vibrate()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioAttributes.h | 33 AudioAttributes(const audio_attributes_t &attributes) : mAttributes(attributes) {} // NOLINT in AudioAttributes() 36 const audio_attributes_t &attributes) : in AudioAttributes()
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/ |
H A D | XsdAttributeGroup.java | 26 final private List<XsdAttribute> attributes; field in XsdAttributeGroup 30 List<XsdAttribute> attributes, in XsdAttributeGroup()
|
H A D | XsdGeneralExtension.java | 24 final private List<XsdAttribute> attributes; field in XsdGeneralExtension 29 public XsdGeneralExtension(XsdType base, List<XsdAttribute> attributes, in XsdGeneralExtension()
|
H A D | XsdGeneralRestriction.java | 24 final private List<XsdAttribute> attributes; field in XsdGeneralRestriction 29 public XsdGeneralRestriction(XsdType base, List<XsdAttribute> attributes, in XsdGeneralRestriction()
|
H A D | XsdComplexType.java | 25 final private List<XsdAttribute> attributes; field in XsdComplexType 30 XsdComplexType(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexType()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | IQosCallback.aidl | 32 in EpsBearerQosSessionAttributes attributes); in onQosEpsBearerSessionAvailable() 34 in NrQosSessionAttributes attributes); in onNrQosSessionAvailable()
|
H A D | QosCallbackConnection.java | 77 @NonNull final EpsBearerQosSessionAttributes attributes) { in onQosEpsBearerSessionAvailable() 96 @NonNull final NrQosSessionAttributes attributes) { in onNrQosSessionAvailable()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
H A D | FocusEntryTest.java | 114 AudioAttributes attributes = new AudioAttributes.Builder().build(); in getInfoWithFlags() local 122 AudioAttributes attributes = new AudioAttributes.Builder() in getInfoThatReceivesDuckingEvents() local 128 private AudioFocusInfo getInfo(AudioAttributes attributes, int flags) { in getInfo()
|
H A D | CarAudioContextTest.java | 71 AudioAttributes attributes = new AudioAttributes.Builder().setUsage(USAGE_MEDIA).build(); in getContextForAudioAttributes_forAttributeWithValidUsage_returnsContext() local 78 AudioAttributes attributes = new AudioAttributes.Builder().setUsage(USAGE_VIRTUAL_SOURCE) in getContextForAudioAttributes_forAttributesWithInvalidUsage_returnsInvalidContext() local
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | CompilerConfig.cpp | 37 void AddX86NativeCPUFeatures(std::vector<std::string>* attributes) { in AddX86NativeCPUFeatures() 105 std::vector<std::string> attributes; in initializeArch() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsRegistrationImplBase.java | 224 public final void onRegistered(@NonNull ImsRegistrationAttributes attributes) { in onRegistered() 249 public final void onRegistering(@NonNull ImsRegistrationAttributes attributes) { in onRegistering() 332 private void updateToState(ImsRegistrationAttributes attributes, int newState) { in updateToState() 364 ImsRegistrationAttributes attributes; in updateNewCallbackWithState() local
|
/aosp12/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()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ |
H A D | OnNetworkAttributesRetrievedListener.java | 29 void onNetworkAttributesRetrieved(Status status, String l2Key, NetworkAttributes attributes); in onNetworkAttributesRetrieved()
|
/aosp12/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
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/ |
H A D | IIpMemoryStore.aidl | 3 … void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelabl… in storeNetworkAttributes() 5 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/ |
H A D | IIpMemoryStore.aidl | 3 … void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelabl… in storeNetworkAttributes() 5 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key()
|
/aosp12/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()
|
/aosp12/frameworks/av/drm/libmediadrm/protos/ |
H A D | metrics.proto | 50 optional Attributes attributes = 2; field 64 optional Attributes attributes = 6; field
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/ |
H A D | IIpMemoryStore.aidl | 20 … void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelabl… in storeNetworkAttributes() 22 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/ |
H A D | IIpMemoryStore.aidl | 3 … void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelabl… in storeNetworkAttributes() 5 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/ |
H A D | IIpMemoryStore.aidl | 21 … void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelabl… in storeNetworkAttributes() 23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key()
|