Home
last modified time | relevance | path

Searched refs:findAttribute (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp179 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()
DARTPSession.cpp53 if (!mDesc->findAttribute(i, "c=", &connection)) { in setup()
55 if (!mDesc->findAttribute(0, "c=", &connection)) { in setup()
DASessionDescription.h56 bool findAttribute(size_t index, const char *key, AString *value) const;
DMyHandler.h199 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/
DLayoutFileParser.java317 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/
DRTSPSource.cpp825 if (!desc->findAttribute(0, "a=control", &rtspUri)) { in onSDPLoaded()