Searched refs:findAttribute (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | ASessionDescription.cpp | 179 bool ASessionDescription::findAttribute( in findAttribute() function in android::ASessionDescription 216 if (findAttribute(index, key, desc)) { in getFormatType() 218 if (!findAttribute(index, key, params)) { in getFormatType() 236 if (!findAttribute(index, key, &value)) { in getDimensions() 260 if (!findAttribute(0, "a=range", &value)) { in getDurationUs()
|
D | ARTPSession.cpp | 53 if (!mDesc->findAttribute(i, "c=", &connection)) { in setup() 55 if (!mDesc->findAttribute(0, "c=", &connection)) { in setup()
|
D | ASessionDescription.h | 56 bool findAttribute(size_t index, const char *key, AString *value) const;
|
D | MyHandler.h | 199 if (mSessionDesc->findAttribute( in getControlURL() 420 if (desc->findAttribute(0, "a=LiveStream", &attrLiveStream)) { in isLiveStream() 1606 CHECK(mSessionDesc->findAttribute(index, "a=control", &url)); in setupTrack()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
D | LayoutFileParser.java | 317 final XMLParser.AttributeContext className = findAttribute(data, "class"); in parseData() 474 private static XMLParser.AttributeContext findAttribute(XMLParser.ElementContext element, in findAttribute() method in LayoutFileParser
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 825 if (!desc->findAttribute(0, "a=control", &rtspUri)) { in onSDPLoaded()
|