Searched refs:timeoutSecs (Results 1 – 3 of 3) sorted by relevance
690 unsigned long timeoutSecs = in onMessageReceived() local698 } else if (timeoutSecs < 15) { in onMessageReceived()701 timeoutSecs); in onMessageReceived()705 mKeepAliveTimeoutUs = timeoutSecs * 1000000ll; in onMessageReceived()708 timeoutSecs); in onMessageReceived()
1012 jint pid, jstring fileName, jint timeoutSecs) in android_os_Debug_dumpNativeBacktraceToFileTimeout() argument1032 dump_backtrace_to_file_timeout(pid, fd, timeoutSecs); in android_os_Debug_dumpNativeBacktraceToFileTimeout()
2228 … public static native void dumpNativeBacktraceToFileTimeout(int pid, String file, int timeoutSecs); in dumpNativeBacktraceToFileTimeout() argument