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

/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl40 int[] getSupportedTypes();
H A DHdmiControlManager.java276 types = mService.getSupportedTypes();
/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.java958 typesToString(route.getSupportedTypes()) + " into route types " +
1006 dispatchRouteUnselected(types & oldRoute.getSupportedTypes(), oldRoute);
1015 dispatchRouteSelected(types & route.getSupportedTypes(), route);
1409 selectRouteStatic(route.getSupportedTypes(), route, false);
1787 public int getSupportedTypes() { method in class:MediaRouter.RouteInfo
2111 String supportedTypes = typesToString(getSupportedTypes());
2758 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/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
H A DMediaRouterJellybean.java143 public static int getSupportedTypes(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
144 return ((android.media.MediaRouter.RouteInfo)routeObj).getSupportedTypes();
270 public static int getSupportedTypes(Object categoryObj) { method in class:MediaRouterJellybean.RouteCategory
271 return ((android.media.MediaRouter.RouteCategory)categoryObj).getSupportedTypes();
318 int routeTypes = route.getSupportedTypes();
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
H A DMediaRouterJellybean.java145 public static int getSupportedTypes(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
146 return ((android.media.MediaRouter.RouteInfo)routeObj).getSupportedTypes();
281 public static int getSupportedTypes(Object categoryObj) { method in class:MediaRouterJellybean.RouteCategory
282 return ((android.media.MediaRouter.RouteCategory)categoryObj).getSupportedTypes();
332 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/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DSystemMediaRouteProvider.java599 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes(
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java822 for (String type : info.getSupportedTypes()) {
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DSystemMediaRouteProvider.java598 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes(
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1218 public int[] getSupportedTypes() { method in class:HdmiControlService.BinderService
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 243 milliseconds