Home
last modified time | relevance | path

Searched defs:attrMap (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpItemTest.java135 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes() local
191 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored() local
247 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort() local
299 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty() local
351 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleNull() local
403 String[] attrMap = new String[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits() local
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A Dprinter.cpp100 const protocols::AttributeMap& attrMap) { in toStream()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpItem.java307 public Builder fromAvrcpAttributeArray(int[] attrIds, String[] attrMap) { in fromAvrcpAttributeArray()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp584 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList() local
/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXsdHandler.java247 Map<String, XsdAttribute> attrMap = new LinkedHashMap<>(); in makeSchema() local