Searched refs:supportedTypes (Results 1 – 12 of 12) sorted by relevance
88 public int supportedTypes; field in MediaRouterClientState.RouteInfo114 supportedTypes = other.supportedTypes; in RouteInfo()130 supportedTypes = in.readInt(); in RouteInfo()152 dest.writeInt(supportedTypes); in writeToParcel()169 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes) in toString()
106 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local108 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt()110 for (String type: supportedTypes) { in getNewCodecInfoAt()
551 route.mSupportedTypes = globalRoute.supportedTypes; in makeGlobalRoute()579 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute()580 route.mSupportedTypes = globalRoute.supportedTypes; in updateGlobalRoute()2293 String supportedTypes = typesToString(getSupportedTypes()); in toString() local2298 ", supportedTypes=" + supportedTypes + in toString()2986 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument2988 || (type & supportedTypes) != 0; in filterRouteEvent()
254 List<String> supportedTypes = null; in getRcsContactPresenceTuple() local263 supportedTypes = ((Duplex) element).getSupportedTypes(); in getRcsContactPresenceTuple()271 if (supportedTypes != null && !supportedTypes.isEmpty()) { in getRcsContactPresenceTuple()272 for (String supportedType : supportedTypes) { in getRcsContactPresenceTuple()
130 List<String> supportedTypes = duplex.getSupportedTypes(); in testParsing() local131 assertEquals(1, supportedTypes.size()); in testParsing()132 assertEquals(Duplex.DUPLEX_FULL, supportedTypes.get(0)); in testParsing()
167 List<String> supportedTypes = resultDuplex.getSupportedTypes(); in testParsing() local168 assertEquals(1, supportedTypes.size()); in testParsing()169 assertEquals(Duplex.DUPLEX_FULL, supportedTypes.get(0)); in testParsing()
92 vector<std::string> supportedTypes = MediaExtractorFactory::getSupportedTypes(); in TEST_F() local93 ASSERT_GT(supportedTypes.size(), 0) << " MediaExtractorFactory doesn't suuport any extractor"; in TEST_F()
198 String[] supportedTypes = info.getSupportedTypes(); in findDecoderCodec() local199 Set<String> typeSet = new HashSet<String>(Arrays.asList(supportedTypes)); in findDecoderCodec()
344 std::vector<std::string> supportedTypes; in getSupportedTypes() local345 mediaExService->getSupportedTypes(&supportedTypes); in getSupportedTypes()346 return supportedTypes; in getSupportedTypes()
1748 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local1749 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor()1750 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
589 type_t supportedTypes; ///< supported allocation types member
31445 Landroid/media/MediaRouterClientState$RouteInfo;->supportedTypes:I