/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 104 void BluetoothHfpHfObserverProxy::OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) { in OnSignalStrengthChanged() argument 114 if (!data.WriteInt32(signal)) { in OnSignalStrengthChanged()
|
/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | client.c | 19 #include <signal.h> 181 signal(SIGPIPE, SIG_IGN); in CreateRpcClient()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/ |
H A D | wifi_native_struct.h | 107 int signal; member 124 WifiHalWpaSignalInfo() : signal(0), txrate(0), rxrate(0), noise(0), frequency(0), in WifiHalWpaSignalInfo() 266 int minRssi2Dot4Ghz; /* Minimum 2.4 GHz network signal strength */ 267 int minRssi5Ghz; /* Minimum 5 GHz network signal strength */
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 47 // l2cap signal 174 Packet *L2capBuildSignalPacket(uint16_t cid, const L2capSignalHeader *signal, const uint8_t *data); 178 List *pendingList, uint16_t lcid, const L2capSignalHeader *signal, uint64_t timeo, AlarmCallback timerExpired);
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | chan_user.c | 10 #include <signal.h> 129 * receive it as a signal. That being the case, if you are going to 131 * the signal to bounce you out of it (see below for how we make sure 165 signal(SIGWINCH, winch_handler); in winch_thread()
|
/kernel/linux/linux-5.10/usr/include/ |
H A D | Makefile | 24 no-header-test += asm/signal.h 43 no-header-test += linux/signal.h
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | util.c | 14 #include <signal.h> 23 /* Install signal handlers */ 31 signal(SIGPIPE, SIG_IGN); in init_signals()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_user.c | 10 #include <signal.h> 129 * receive it as a signal. That being the case, if you are going to 131 * the signal to bounce you out of it (see below for how we make sure 165 signal(SIGWINCH, winch_handler); in winch_thread()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 146 * from &rxdone_entry_desc to a signal value type. 157 * @signal: Signal of the received frame. 170 int signal; member 278 * @signal: PLCP signal. 303 u16 signal; member 338 * for the signal to start sending.
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 204 /* signal strength of the last 802.11 ACK received */ 250 u8 signal; member 258 return header->signal; in zd_cck_plcp_header_signal() 261 /* These defines give the encodings of the signal field in the 802.11b PLCP 262 * header. The signal field gives the bit rate of the following packet. Even
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ptrace.h | 7 #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */ 216 sigaddset(&child->pending.signal, SIGSTOP); in ptrace_init_task() 359 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with 380 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with
|
H A D | atmdev.h | 161 char signal; /* signal status (ATM_PHY_SIG_*) */ member 227 * Propagate lower layer signal change in atm_dev->signal to netdevice. 230 void atm_dev_signal_change(struct atm_dev *dev, char signal); 320 * Currently we notify of signal found/lost
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_link.h | 87 * The currently active signal type (HDMI, DP-SST, DP-MST) is also reported. 316 bool dc_link_is_hdcp14(struct dc_link *link, enum signal_type signal); 317 bool dc_link_is_hdcp22(struct dc_link *link, enum signal_type signal);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | atmdev.h | 161 char signal; /* signal status (ATM_PHY_SIG_*) */ member 228 * Propagate lower layer signal change in atm_dev->signal to netdevice. 231 void atm_dev_signal_change(struct atm_dev *dev, char signal); 321 * Currently we notify of signal found/lost
|
H A D | ptrace.h | 7 #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */ 215 sigaddset(&child->pending.signal, SIGSTOP); in ptrace_init_task() 419 * this isn't the same as continuing with a signal, but it will do in ptrace_report_syscall() 420 * for normal use. strace only continues with a signal if the in ptrace_report_syscall() 421 * stopping signal is not SIGTRAP. -brl in ptrace_report_syscall()
|
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | interrupt-cnt.c | 124 struct counter_signal *signal, in interrupt_cnt_signal_read() 207 priv->synapses.signal = &priv->signals; in interrupt_cnt_probe() 123 interrupt_cnt_signal_read(struct counter_device *counter, struct counter_signal *signal, enum counter_signal_level *level) interrupt_cnt_signal_read() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/hwss/ |
H A D | link_hwss_dio_fixed_vs_pe_retimer.c | 159 enum signal_type signal, in enable_dio_fixed_vs_pe_retimer_dp_link_output() 166 enable_dio_dp_link_output(link, link_res, signal, clock_source, link_settings); in enable_dio_fixed_vs_pe_retimer_dp_link_output() 157 enable_dio_fixed_vs_pe_retimer_dp_link_output(struct dc_link *link, const struct link_resource *link_res, enum signal_type signal, enum clock_source_id clock_source, const struct dc_link_settings *link_settings) enable_dio_fixed_vs_pe_retimer_dp_link_output() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 146 * from &rxdone_entry_desc to a signal value type. 157 * @signal: Signal of the received frame. 170 int signal; member 278 * @signal: PLCP signal. 303 u16 signal; member 338 * for the signal to start sending.
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 204 /* signal strength of the last 802.11 ACK received */ 250 u8 signal; member 258 return header->signal; in zd_cck_plcp_header_signal() 261 /* These defines give the encodings of the signal field in the 802.11b PLCP 262 * header. The signal field gives the bit rate of the following packet. Even
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | orc_gen.c | 54 orc->signal = cfi->signal; in init_orc_entry()
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 18 #include <signal.h> 234 signal(SIGINT, signal_handler);
|
/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 20 #include <signal.h> 337 signal(SIGINT, term); in main()
|
/third_party/alsa-lib/test/ |
H A D | midiloop.c | 7 #include <signal.h> 125 signal(SIGINT, sighandler); in main()
|
H A D | rawmidi.c | 5 #include <signal.h> 120 signal(SIGINT,sighandler); in main()
|
/third_party/curl/docs/examples/ |
H A D | crawler.c | 48 #include <signal.h> 171 signal(SIGINT, sighandler); in main()
|