Home
last modified time | relevance | path

Searched defs:getSupportedTypes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecList.java121 /* package private */ static native final String[] getSupportedTypes(int index); in getSupportedTypes() method in MediaCodecList
DMediaRouter.java1787 public int getSupportedTypes() { in getSupportedTypes() method in MediaRouter.RouteInfo
2758 public int getSupportedTypes() { in getSupportedTypes() method in MediaRouter.RouteCategory
DMediaCodecInfo.java93 public final String[] getSupportedTypes() { in getSupportedTypes() method in MediaCodecInfo
/frameworks/opt/telephony/src/java/com/google/android/mms/
DContentType.java227 public static ArrayList<String> getSupportedTypes() { in getSupportedTypes() method in ContentType
/frameworks/base/core/java/android/hardware/hdmi/
DIHdmiControlService.aidl40 int[] getSupportedTypes(); in getSupportedTypes() method
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
DMediaRouterJellybean.java143 public static int getSupportedTypes(Object routeObj) { in getSupportedTypes() method in MediaRouterJellybean.RouteInfo
270 public static int getSupportedTypes(Object categoryObj) { in getSupportedTypes() method in MediaRouterJellybean.RouteCategory
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
DMediaRouterJellybean.java145 public static int getSupportedTypes(Object routeObj) { in getSupportedTypes() method in MediaRouterJellybean.RouteInfo
281 public static int getSupportedTypes(Object categoryObj) { in getSupportedTypes() method in MediaRouterJellybean.RouteCategory
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1218 public int[] getSupportedTypes() { in getSupportedTypes() method in HdmiControlService.BinderService