Home
last modified time | relevance | path

Searched refs:timeoutSecs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h690 unsigned long timeoutSecs = in onMessageReceived() local
698 } else if (timeoutSecs < 15) { in onMessageReceived()
701 timeoutSecs); in onMessageReceived()
705 mKeepAliveTimeoutUs = timeoutSecs * 1000000ll; in onMessageReceived()
708 timeoutSecs); in onMessageReceived()
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp1012 jint pid, jstring fileName, jint timeoutSecs) in android_os_Debug_dumpNativeBacktraceToFileTimeout() argument
1032 dump_backtrace_to_file_timeout(pid, fd, timeoutSecs); in android_os_Debug_dumpNativeBacktraceToFileTimeout()
/frameworks/base/core/java/android/os/
DDebug.java2228 … public static native void dumpNativeBacktraceToFileTimeout(int pid, String file, int timeoutSecs); in dumpNativeBacktraceToFileTimeout() argument