HomeSort by relevance Sort by last modified time
    Searched refs:sig_term (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/hcidump/src/
csrsniff.c 47 static void sig_term(int sig) function
255 sa.sa_handler = sig_term;
bpasniff.c 53 static void sig_term(int sig) function
303 sa.sa_handler = sig_term;
  /external/clearsilver/util/
neo_server.c 105 static void sig_term(int sig) function
118 sa.sa_handler = sig_term;
  /external/bluetooth/bluez/test/
hstest.c 48 static void sig_term(int sig) { function
224 sa.sa_handler = sig_term;
btiotest.c 496 static void sig_term(int sig) function
543 signal(SIGTERM, sig_term);
544 signal(SIGINT, sig_term);
agent.c 45 static void sig_term(int sig) function
627 sa.sa_handler = sig_term;
hciemu.c 145 static void sig_term(int sig) function
1266 sa.sa_handler = sig_term;
  /external/bluetooth/bluez/tools/
ppporc.c 62 static void sig_term(int sig) function
252 sa.sa_handler = sig_term;
ciptool.c 59 static void sig_term(int sig) function
377 sa.sa_handler = sig_term;
hciattach.c 77 static void sig_term(int sig) function
1315 sa.sa_handler = sig_term;
  /external/bluetooth/bluez/compat/
fakehid.c 58 static void sig_term(int sig) function
315 sa.sa_handler = sig_term;
416 sa.sa_handler = sig_term;
629 sa.sa_handler = sig_term;
dund.c 373 static void sig_term(int sig) function
596 sa.sa_handler = sig_term;
hidd.c 71 static void sig_term(int sig) function
842 sa.sa_handler = sig_term;
pand.c 494 static void sig_term(int sig) function
776 sa.sa_handler = sig_term;
  /external/bluetooth/bluez/src/
main.c 314 static void sig_term(int sig) function
425 sa.sa_handler = sig_term;
  /external/bluetooth/bluez/rfcomm/
main.c 83 static void sig_term(int sig) function
440 sa.sa_handler = sig_term;
599 sa.sa_handler = sig_term;
  /external/bluetooth/bluez/audio/
ipctest.c 1073 static void sig_term(int sig) function
1095 signal(SIGTERM, sig_term);
1096 signal(SIGINT, sig_term);

Completed in 349 milliseconds