Searched defs:findAttribute (Results 1 - 1 of 1) 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)) {

Completed in 370 milliseconds