Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/cmds/lshal/
DLshal.cpp193 if (sig == SIGINT) { in signalHandler()
213 signal(SIGINT, signalHandler); in main()
/frameworks/base/cmds/gpu_counter_producer/
Dmain.cpp75 kill(pid, SIGINT); in killExistingProcess()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp144 case SIGINT: in signalCatcher()
146 sigaction(SIGINT, &gOrigSigactionINT, NULL); in signalCatcher()
166 if (sigaction(SIGINT, &act, &gOrigSigactionINT) != 0) { in configureSignals()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java648 public static final int SIGINT = placeholder(); field in OsConstants
/frameworks/native/cmds/atrace/
Datrace.cpp1064 sigaction(SIGINT, &sa, nullptr); in registerSigHandler()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp516 initConstant(env, c, "SIGINT", SIGINT); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27937 field public static final int SIGINT;