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 143 String timeoutStr = attributes.getValue("timeout");
144 if (timeoutStr != null) {
145 timeout = Integer.parseInt(timeoutStr);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 674 AString timeoutStr;
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());
    [all...]

Completed in 74 milliseconds