Searched defs:timeoutStr (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h651 AString timeoutStr; local
653 mSessionID.c_str(), "timeout", &timeoutStr)) {
656 strtoul(timeoutStr.c_str(), &end, 10);
658 if (end == timeoutStr.c_str() || *end != '\0') {
660 timeoutStr.c_str());

Completed in 72 milliseconds