Searched refs:attrMap (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpItem.java | 307 public Builder fromAvrcpAttributeArray(int[] attrIds, String[] attrMap) { in fromAvrcpAttributeArray() argument 308 int attributeCount = Math.max(attrIds.length, attrMap.length); in fromAvrcpAttributeArray() 310 if (DBG) Log.d(TAG, attrIds[i] + " = " + attrMap[i]); in fromAvrcpAttributeArray() 313 mAvrcpItem.mTitle = attrMap[i]; in fromAvrcpAttributeArray() 316 mAvrcpItem.mArtistName = attrMap[i]; in fromAvrcpAttributeArray() 319 mAvrcpItem.mAlbumName = attrMap[i]; in fromAvrcpAttributeArray() 323 mAvrcpItem.mTrackNumber = Long.valueOf(attrMap[i]); in fromAvrcpAttributeArray() 330 mAvrcpItem.mTotalNumberOfTracks = Long.valueOf(attrMap[i]); in fromAvrcpAttributeArray() 336 mAvrcpItem.mGenre = attrMap[i]; in fromAvrcpAttributeArray() 340 mAvrcpItem.mPlayingTime = Long.valueOf(attrMap[i]); in fromAvrcpAttributeArray() [all …]
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpItemTest.java | 135 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes() local 147 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributes() 191 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored() local 207 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored() 247 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort() local 259 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort() 299 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty() local 311 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty() 351 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleNull() local 363 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributes_imageHandleNull() [all …]
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
H A D | printer.cpp | 100 const protocols::AttributeMap& attrMap) { in toStream() argument 103 const auto attrtype = attrMap[attr->nla_type]; in toStream()
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/ |
H A D | XsdHandler.java | 247 Map<String, XsdAttribute> attrMap = new LinkedHashMap<>(); in makeSchema() local 257 attrMap.put(tag.getName(), (XsdAttribute) tag); in makeSchema() 267 return new XmlSchema(elementMap, typeMap, attrMap, attrGroupMap, groupMap, includeList); in makeSchema()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | Codec2InfoBuilder.cpp | 584 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList() local 587 for (const auto &v : attrMap) { in buildMediaCodecList()
|
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/ |
H A D | XMLParserTest.cpp | 73 vector<pair<string, string>> attrMap);
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 17 …attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("…
|
H A D | jquery-resizable.min.js | 19 …w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"classNa…
|