HomeSort by relevance Sort by last modified time
    Searched refs:timeoutStr (Results 1 - 2 of 2) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 147 String timeoutStr = attributes.getValue("timeout");
148 if (timeoutStr != null) {
149 timeout = Integer.parseInt(timeoutStr);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 685 AString timeoutStr;
687 mSessionID.c_str(), "timeout", &timeoutStr)) {
690 strtoul(timeoutStr.c_str(), &end, 10);
692 if (end == timeoutStr.c_str() || *end != '\0') {
694 timeoutStr.c_str());
    [all...]

Completed in 175 milliseconds