Searched refs:srcType (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libmedia/include/media/ |
D | convert.h | 53 template <typename srcType, typename dstType> 54 static inline bool convertTo(const srcType &input, dstType &result); 160 template <typename srcType, typename dstType> 173 template <typename srcType> 174 class Converter<srcType, std::string> 177 static inline bool run(const srcType &str, std::string &result) 179 return toString<srcType>(str, result); 213 template <typename srcType, typename dstType> 214 static inline bool convertTo(const srcType &input, dstType &result) 216 return details::Converter<srcType, dstType>::run(input, result);
|
/frameworks/av/include/media/ |
D | convert.h | 53 template <typename srcType, typename dstType> 54 static inline bool convertTo(const srcType &input, dstType &result); 160 template <typename srcType, typename dstType> 173 template <typename srcType> 174 class Converter<srcType, std::string> 177 static inline bool run(const srcType &str, std::string &result) 179 return toString<srcType>(str, result); 213 template <typename srcType, typename dstType> 214 static inline bool convertTo(const srcType &input, dstType &result) 216 return details::Converter<srcType, dstType>::run(input, result);
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 1460 ATSParser::SourceType srcType = srcTypes[i]; in onDownloadNext() local 1465 mTSParser->getSource(srcType).get()); in onDownloadNext() 1467 if (!mTSParser->hasSource(srcType)) { in onDownloadNext() 1469 srcType == ATSParser::VIDEO ? "video" : "audio"); in onDownloadNext()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3543 for (String srcType : src.types) { in mergeApns() 3544 if (resultTypes.contains(srcType) == false) resultTypes.add(srcType); in mergeApns() 3545 if (srcType.equals(PhoneConstants.APN_TYPE_DEFAULT)) id = src.id; in mergeApns()
|
/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
D | gson-1.7.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |