Home
last modified time | relevance | path

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

12345678910>>...13

/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
H A DMessage.h52 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 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.java338 @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 DSystemVibratorManager.java120 @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 DAudioAttributes.h33 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 DXsdAttributeGroup.java26 final private List<XsdAttribute> attributes; field in XsdAttributeGroup
30 List<XsdAttribute> attributes, in XsdAttributeGroup()
H A DXsdGeneralExtension.java24 final private List<XsdAttribute> attributes; field in XsdGeneralExtension
29 public XsdGeneralExtension(XsdType base, List<XsdAttribute> attributes, in XsdGeneralExtension()
H A DXsdGeneralRestriction.java24 final private List<XsdAttribute> attributes; field in XsdGeneralRestriction
29 public XsdGeneralRestriction(XsdType base, List<XsdAttribute> attributes, in XsdGeneralRestriction()
H A DXsdComplexType.java25 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 DIQosCallback.aidl32 in EpsBearerQosSessionAttributes attributes); in onQosEpsBearerSessionAvailable()
34 in NrQosSessionAttributes attributes); in onNrQosSessionAvailable()
H A DQosCallbackConnection.java77 @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 DFocusEntryTest.java114 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 DCarAudioContextTest.java71 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 DCompilerConfig.cpp37 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 DImsRegistrationImplBase.java224 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 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()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
H A DOnNetworkAttributesRetrievedListener.java29 void onNetworkAttributesRetrieved(Status status, String l2Key, NetworkAttributes attributes); in onNetworkAttributesRetrieved()
/aosp12/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
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
H A DIIpMemoryStore.aidl3 … 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 DIIpMemoryStore.aidl3 … 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 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()
/aosp12/frameworks/av/drm/libmediadrm/protos/
H A Dmetrics.proto50 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 DIIpMemoryStore.aidl20 … 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 DIIpMemoryStore.aidl3 … 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 DIIpMemoryStore.aidl21 … void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesParcelabl… in storeNetworkAttributes()
23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key()

12345678910>>...13