Searched refs:srcType (Results 1 – 5 of 5) sorted by relevance
/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/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/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 1475 ATSParser::SourceType srcType = srcTypes[i]; in onDownloadNext() local 1480 mTSParser->getSource(srcType).get()); in onDownloadNext() 1482 if (!mTSParser->hasSource(srcType)) { in onDownloadNext() 1484 srcType == ATSParser::VIDEO ? "video" : "audio"); in onDownloadNext()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3404 for (String srcType : src.types) { in mergeApns() 3405 if (resultTypes.contains(srcType) == false) resultTypes.add(srcType); in mergeApns() 3406 if (srcType.equals(PhoneConstants.APN_TYPE_DEFAULT)) id = src.id; in mergeApns()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |