Searched refs:findAttribute (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp179 bool ASessionDescription::findAttribute( function in class:android::ASessionDescription
217 CHECK(findAttribute(index, key, desc));
220 if (!findAttribute(index, key, params)) {
234 if (!findAttribute(index, key, &value)) {
258 if (!findAttribute(0, "a=range", &value)) {
H A DASessionDescription.h56 bool findAttribute(size_t index, const char *key, AString *value) const;
H A DARTPSession.cpp53 if (!mDesc->findAttribute(i, "c=", &connection)) {
55 if (!mDesc->findAttribute(0, "c=", &connection)) {
H A DMyHandler.h1255 CHECK(mSessionDesc->findAttribute(index, "a=control", &url));

Completed in 43 milliseconds