Searched defs:getSupportedTypes (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecList.java106 String[] supportedTypes = getSupportedTypes(index);
121 /* package private */ static native final String[] getSupportedTypes(int index); method in class:MediaCodecList
H A DMediaRouter.java927 typesToString(route.getSupportedTypes()) + " into route types " +
962 dispatchRouteUnselected(types & oldRoute.getSupportedTypes(), oldRoute);
971 dispatchRouteSelected(types & route.getSupportedTypes(), route);
1364 selectRouteStatic(route.getSupportedTypes(), route, false);
1742 public int getSupportedTypes() { method in class:MediaRouter.RouteInfo
2061 String supportedTypes = typesToString(getSupportedTypes());
2708 public int getSupportedTypes() { method in class:MediaRouter.RouteCategory
H A DMediaCodecInfo.java50 * String[] types = codecInfo.getSupportedTypes();
93 public final String[] getSupportedTypes() { method in class:MediaCodecInfo
/frameworks/opt/telephony/src/java/com/google/android/mms/
H A DContentType.java227 public static ArrayList<String> getSupportedTypes() { method in class:ContentType
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java144 public static int getSupportedTypes(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
145 return ((android.media.MediaRouter.RouteInfo)routeObj).getSupportedTypes();
271 public static int getSupportedTypes(Object categoryObj) { method in class:MediaRouterJellybean.RouteCategory
272 return ((android.media.MediaRouter.RouteCategory)categoryObj).getSupportedTypes();
319 int routeTypes = route.getSupportedTypes();
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1213 public int[] getSupportedTypes() { method in class:HdmiControlService.BinderService

Completed in 486 milliseconds