/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
eth_utils.c | 37 #include "signal.h" 78 void ethernet_utils_signal_handler(int signal); 132 DESCRIPTION: Signal handler - receive the USER 134 CONTEXT : Signal owner 136 void ethernet_utils_signal_handler(int signal) 199 /* Set the signal handler for the 'SIGUSR1' signal */ 200 signal(SIGUSR1, ethernet_utils_signal_handler);
|
/external/dropbear/ |
svr-chansession.c | 77 * executes, exits, and this signal-handler is called, all before the parent 144 /* send the exit status or the signal causing termination for a session */ 177 /* send the signal causing the exit to the client */ 190 /* we check that we can match a signal name, otherwise 193 if (signames[i].signal == chansess->exit.exitsignal) { 205 buf_putstring(ses.writepayload, "exit-signal", 11); 350 } else if (strcmp(type, "signal") == 0) { 371 /* Send a signal to a session's process as requested by the client*/ 388 sig = signames[i].signal; 663 if (signal(SIGCHLD, SIG_DFL) == SIG_ERR) [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
low_pass_filt_7k.cpp | 47 int16 signal[], input signal / output is divided by 16 48 int16 lg, lenght of signal 143 int16 signal[], /* input: signal */ 159 x[(i<<2) + L_FIR ] = signal[(i<<2)]; 160 x[(i<<2) + L_FIR + 1] = signal[(i<<2)+1]; 161 x[(i<<2) + L_FIR + 2] = signal[(i<<2)+2]; 162 x[(i<<2) + L_FIR + 3] = signal[(i<<2)+3]; 164 L_tmp1 = fxp_mac_16by16(x[(i<<2)] + signal[(i<<2)], fir_7k[0], 0x00004000) [all...] |
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
omx_proxy_interface.cpp | 152 iInitSemOmx.Signal(); 164 iInitSemOmx.Signal(); 176 iInitSemOmx.Signal(); 188 iInitSemOmx.Signal(); 200 iInitSemOmx.Signal(); 212 iInitSemOmx.Signal(); 224 iInitSemOmx.Signal(); 236 iInitSemOmx.Signal(); 248 iInitSemOmx.Signal(); 260 iInitSemOmx.Signal(); [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
low_pass_filt_7k.cpp | 47 int16 signal[], input signal / output is divided by 16 48 int16 lg, lenght of signal 143 int16 signal[], /* input: signal */ 159 x[(i<<2) + L_FIR ] = signal[(i<<2)]; 160 x[(i<<2) + L_FIR + 1] = signal[(i<<2)+1]; 161 x[(i<<2) + L_FIR + 2] = signal[(i<<2)+2]; 162 x[(i<<2) + L_FIR + 3] = signal[(i<<2)+3]; 164 L_tmp1 = fxp_mac_16by16(x[(i<<2)] + signal[(i<<2)], fir_7k[0], 0x00004000) [all...] |
/bionic/libc/kernel/arch-arm/asm/ |
user.h | 45 long int signal; member in struct:user
|
/bionic/libc/kernel/arch-x86/asm/ |
user32.h | 63 __u32 signal; member in struct:user32
|
user_32.h | 67 long int signal; member in struct:user
|
/bionic/libc/unistd/ |
raise.c | 29 #include <signal.h>
|
sigblock.c | 28 #include <signal.h>
|
siginterrupt.c | 29 #include <signal.h>
|
siglist.c | 28 #include <signal.h>
|
signame.c | 28 #include <signal.h>
|
sigsetmask.c | 28 #include <signal.h>
|
sigsuspend.c | 28 #include <signal.h>
|
/development/simulator/app/ |
MyApp.h | 18 /* flag set from signal handler */
|
/external/bluetooth/bluez/doc/ |
input-api.txt | 39 This signal indicates a changed value of the given
|
/external/bluetooth/bluez/tools/ |
ppporc.c | 33 #include <signal.h> 56 /* Signal functions */ 68 /* Read exactly len bytes (Signal safe)*/ 89 /* Write exactly len bytes (Signal safe)*/
|
/external/bluetooth/glib/glib/ |
glib-object.h | 1 /* GObject - GLib Type, Object, Parameter and Signal Library
|
/external/bluetooth/glib/gobject/ |
gsourceclosure.h | 1 /* GObject - GLib Type, Object, Parameter and Signal Library
|
/external/bluetooth/glib/tests/gobject/ |
testmodule.c | 1 /* GObject - GLib Type, Object, Parameter and Signal Library
|
testmodule.h | 1 /* GObject - GLib Type, Object, Parameter and Signal Library
|
/external/clearsilver/util/ |
neo_server.c | 34 #include <signal.h> 101 /* Handle shutdown by accepting a TERM signal and then passing it to our 187 ne_warn("pid %d stopped on signal %d", child, WSTOPSIG(status)); 198 ne_warn("pid %d exited on signal %d", child, WTERMSIG(status));
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
tdbtool-includes | 25 +#include <signal.h>
|
/external/e2fsprogs/misc/ |
badblocks.c | 42 #include <signal.h> 161 signal (SIGALRM, alarm_intr); 180 signal (SIGHUP, terminate_intr); 181 signal (SIGINT, terminate_intr); 182 signal (SIGPIPE, terminate_intr); 183 signal (SIGTERM, terminate_intr); 184 signal (SIGUSR1, terminate_intr); 185 signal (SIGUSR2, terminate_intr); 191 signal (SIGHUP, SIG_DFL); 192 signal (SIGINT, SIG_DFL) [all...] |