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

/frameworks/base/media/java/android/media/
H A DMediaCodecList.java45 /* package private */ static native final String[] getSupportedTypes(int index); method in class:MediaCodecList
H A DMediaCodecInfo.java33 * String[] types = codecInfo.getSupportedTypes();
68 public final String[] getSupportedTypes() { method in class:MediaCodecInfo
69 return MediaCodecList.getSupportedTypes(mIndex);
H A DMediaRouter.java899 typesToString(route.getSupportedTypes()) + " into route types " +
934 dispatchRouteUnselected(types & oldRoute.getSupportedTypes(), oldRoute);
943 dispatchRouteSelected(types & route.getSupportedTypes(), route);
1333 selectRouteStatic(route.getSupportedTypes(), route, false);
1660 public int getSupportedTypes() { method in class:MediaRouter.RouteInfo
1965 String supportedTypes = typesToString(getSupportedTypes());
2559 public int getSupportedTypes() { method in class:MediaRouter.RouteCategory
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp488 status_t MediaCodecList::getSupportedTypes( function in class:android::MediaCodecList
/frameworks/opt/mms/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.java123 public static int getSupportedTypes(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
124 return ((android.media.MediaRouter.RouteInfo)routeObj).getSupportedTypes();
250 public static int getSupportedTypes(Object categoryObj) { method in class:MediaRouterJellybean.RouteCategory
251 return ((android.media.MediaRouter.RouteCategory)categoryObj).getSupportedTypes();
298 int routeTypes = route.getSupportedTypes();

Completed in 116 milliseconds