Searched refs:getSupportedTypes (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecList.java97 String[] supportedTypes = getSupportedTypes(index);
112 /* package private */ static native final String[] getSupportedTypes(int index); method in class:MediaCodecList
H A DMediaRouter.java901 typesToString(route.getSupportedTypes()) + " into route types " +
936 dispatchRouteUnselected(types & oldRoute.getSupportedTypes(), oldRoute);
945 dispatchRouteSelected(types & route.getSupportedTypes(), route);
1335 selectRouteStatic(route.getSupportedTypes(), route, false);
1662 public int getSupportedTypes() { method in class:MediaRouter.RouteInfo
1967 String supportedTypes = typesToString(getSupportedTypes());
2609 public int getSupportedTypes() { method in class:MediaRouter.RouteCategory
H A DMediaCodecInfo.java51 * String[] types = codecInfo.getSupportedTypes();
94 public final String[] getSupportedTypes() { method in class:MediaCodecInfo
/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl40 int[] getSupportedTypes();
H A DHdmiControlManager.java267 types = mService.getSupportedTypes();
/frameworks/support/v4/jellybean/android/support/v4/media/routing/
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();
/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();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java198 String[] supportedTypes = info.getSupportedTypes();
/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/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java588 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes(
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1173 public int[] getSupportedTypes() { method in class:HdmiControlService.BinderService

Completed in 1299 milliseconds