Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp1139 static bool dumpTraces(JNIEnv* env, jint pid, jstring fileName, jint timeoutSecs, in dumpTraces() argument
1154 return (dump_backtrace_to_file_timeout(pid, dumpType, timeoutSecs, fd) == 0); in dumpTraces()
1158 jint pid, jstring fileName, jint timeoutSecs) { in android_os_Debug_dumpJavaBacktraceToFileTimeout() argument
1159 const bool ret = dumpTraces(env, pid, fileName, timeoutSecs, kDebuggerdJavaBacktrace); in android_os_Debug_dumpJavaBacktraceToFileTimeout()
1164 jint pid, jstring fileName, jint timeoutSecs) { in android_os_Debug_dumpNativeBacktraceToFileTimeout() argument
1165 const bool ret = dumpTraces(env, pid, fileName, timeoutSecs, kDebuggerdNativeBacktrace); in android_os_Debug_dumpNativeBacktraceToFileTimeout()
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h691 unsigned long timeoutSecs = in onMessageReceived() local
699 } else if (timeoutSecs < 15) { in onMessageReceived()
702 timeoutSecs); in onMessageReceived()
706 mKeepAliveTimeoutUs = timeoutSecs * 1000000ll; in onMessageReceived()
709 timeoutSecs); in onMessageReceived()
/frameworks/base/core/java/android/os/
DDebug.java2286 int timeoutSecs); in dumpJavaBacktraceToFileTimeout() argument
2297 int timeoutSecs); in dumpNativeBacktraceToFileTimeout() argument