Searched refs:findAttribute (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | ASessionDescription.cpp | 187 bool ASessionDescription::findAttribute( in findAttribute() function in android::ASessionDescription 251 if (findAttribute(index, key, desc)) { in getFormatType() 253 if (!findAttribute(index, key, params)) { in getFormatType() 271 if (!findAttribute(index, key, &value)) { in getDimensions() 295 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()
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | ASessionDescription.h | 58 bool findAttribute(size_t index, const char *key, AString *value) const;
|
D | MyHandler.h | 213 if (mSessionDesc->findAttribute( in getControlURL() 439 if (desc->findAttribute(0, "a=LiveStream", &attrLiveStream)) { in isLiveStream() 1641 CHECK(mSessionDesc->findAttribute(index, "a=control", &url)); in setupTrack()
|
/frameworks/base/api/coverage/tools/ |
D | ExtractFlaggedApis.kt | 90 ?.findAttribute("value") in getFlagAnnotation()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 797 if (!desc->findAttribute(0, "a=control", &rtspUri)) { in onSDPLoaded()
|