Home
last modified time | relevance | path

Searched refs:mapType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSessionRoute.h89 SessionRouteMap(session_route_map_type_t mapType) : in SessionRouteMap() argument
90 mMapType(mapType) in SessionRouteMap()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationClass.java87 DeclaredType mapType = findInterface(mapClass.mTypeMirror); in getComponentType() local
88 if (mapType == null) { in getComponentType()
91 component = mapType.getTypeArguments().get(1); in getComponentType()