Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp705 static bool dumpTraces(JNIEnv* env, jint pid, jstring fileName, jint timeoutSecs, in dumpTraces() argument
720 int res = dump_backtrace_to_file_timeout(pid, dumpType, timeoutSecs, fd); in dumpTraces()
728 jint pid, jstring fileName, jint timeoutSecs) { in android_os_Debug_dumpJavaBacktraceToFileTimeout() argument
729 const bool ret = dumpTraces(env, pid, fileName, timeoutSecs, kDebuggerdJavaBacktrace); in android_os_Debug_dumpJavaBacktraceToFileTimeout()
734 jint pid, jstring fileName, jint timeoutSecs) { in android_os_Debug_dumpNativeBacktraceToFileTimeout() argument
735 const bool ret = dumpTraces(env, pid, fileName, timeoutSecs, kDebuggerdNativeBacktrace); in android_os_Debug_dumpNativeBacktraceToFileTimeout()
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h699 unsigned long timeoutSecs = in onMessageReceived() local
707 } else if (timeoutSecs < 15) { in onMessageReceived()
710 timeoutSecs); in onMessageReceived()
714 mKeepAliveTimeoutUs = timeoutSecs * 1000000ll; in onMessageReceived()
717 timeoutSecs); in onMessageReceived()
/frameworks/base/core/java/android/os/
DDebug.java2367 int timeoutSecs); in dumpJavaBacktraceToFileTimeout() argument
2378 int timeoutSecs); in dumpNativeBacktraceToFileTimeout() argument