Searched refs:SIGINT (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/cmds/lshal/ |
D | Lshal.cpp | 193 if (sig == SIGINT) { in signalHandler() 213 signal(SIGINT, signalHandler); in main()
|
/frameworks/base/cmds/gpu_counter_producer/ |
D | main.cpp | 75 kill(pid, SIGINT); in killExistingProcess()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 144 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/ |
D | OsConstants.java | 648 public static final int SIGINT = placeholder(); field in OsConstants
|
/frameworks/native/cmds/atrace/ |
D | atrace.cpp | 1064 sigaction(SIGINT, &sa, nullptr); in registerSigHandler()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 516 initConstant(env, c, "SIGINT", SIGINT); in OsConstants_initConstants()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27937 field public static final int SIGINT;
|