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

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h674 AString timeoutStr; local
676 mSessionID.c_str(), "timeout", &timeoutStr)) {
679 strtoul(timeoutStr.c_str(), &end, 10);
681 if (end == timeoutStr.c_str() || *end != '\0') {
683 timeoutStr.c_str());

Completed in 1083 milliseconds