/drivers/peripheral/usb/sample/device/linux/ |
H A D | acm_speed_read.c | 23 #include <signal.h> 114 (void)signal(SIGINT, StopReadSpeedTest); in AcmSpeedRead()
|
H A D | acm_speed_write.c | 23 #include <signal.h> 116 (void)signal(SIGINT, StopWriteSpeedTest); in AcmSpeedWrite()
|
H A D | acm_test.c | 21 #include <signal.h> 194 (void)signal(SIGINT, StopAcmTest); in AcmTest()
|
/drivers/peripheral/audio/test/sample/ |
H A D | framework_event.c | 17 #include <signal.h> 346 (void)signal(SIGINT, StopListenerBySig); in main() 347 (void)signal(SIGTERM, StopListenerBySig); in main()
|
H A D | idl_render.c | 20 #include <signal.h> 191 (void)signal(sig, SIG_IGN); in StreamClose() 262 (void)signal(SIGINT, StreamClose); in FrameStartMmap() 332 (void)signal(SIGINT, StreamClose); in FrameStart()
|
H A D | idl_capture.c | 20 #include <signal.h> 214 (void)signal(sig, SIG_IGN); in StreamClose()
|
/drivers/peripheral/camera/vdi_base/common/utils/watchdog/ |
H A D | watchdog.cpp | 18 #include <signal.h>
|
/drivers/hdf_core/framework/include/wifi/ |
H A D | hdf_wifi_event.h | 121 int8_t signal; /**< Signal strength */ member 122 int8_t signalAvg; /**< Average signal strength */ 269 int32_t signal; /**< Signal strength */ member 416 * @param sigMbm Indicates the signal strength (in dBm).
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_nosdk_speed.c | 21 #include <signal.h> 191 if (signal(SIGUSR1, SignalHandler) == SIG_ERR) { in ReapProcess() 192 HDF_LOGE("%{public}s: signal SIGUSR1 failed", __func__); in ReapProcess() 281 (void)signal(SIGINT, SignalHandler); in BeginProcess() 282 (void)signal(SIGALRM, SignalHandler); in BeginProcess()
|
H A D | usbhost_sdkapi_speed.c | 23 #include <signal.h> 437 if (signal(SIGINT, SignalHandler) == SIG_ERR) { in main() 438 HDF_LOGE("signal SIGINT failed"); in main() 441 if (signal(SIGALRM, SignalHandler) == SIG_ERR) { in main() 442 HDF_LOGE("signal SIGINT failed"); in main()
|
H A D | usbhost_sdkraw_speed.c | 23 #include <signal.h> 671 if (signal(SIGINT, SignalHandler) == SIG_ERR) { in main() 672 HDF_LOGE("signal SIGINT failed"); in main() 675 if (signal(SIGALRM, SignalHandler) == SIG_ERR) { in main() 676 HDF_LOGE("signal SIGINT failed"); in main()
|
H A D | usbhost_test.c | 17 #include "signal.h" 357 (void)signal(SIGINT, SigHandle); in main()
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_vsync_worker.cpp | 82 .signal = 0, in WaitNextVBlank()
|
H A D | drm_display.cpp | 205 .request.signal = 0, in WaitForVBlank()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_vsync_worker.cpp | 82 .signal = 0,
in WaitNextVBlank()
|
H A D | drm_display.cpp | 176 .request.signal = 0,
in WaitForVBlank()
|
/drivers/peripheral/usb/sample/device/liteos/ |
H A D | acm_speed_read.c | 26 #include <signal.h> 118 printf("Unexpected signal %d\n", signo); in StopHandler()
|
H A D | acm_speed_write.c | 26 #include <signal.h> 119 printf("Unexpected signal %d\n", signo); in StopHandler()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_struct.h | 161 int signal; member
|
/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_timer.c | 22 #include <linux/signal.h>
|
/drivers/hdf_core/adapter/uhdf2/host/ |
H A D | devhost.c | 19 #include <signal.h> 56 const int hookSignal = 36; // 36: native memory hooked signal in StartMemoryHook() 57 HDF_LOGE("raise hook signal %{public}d to %{public}s", hookSignal, processName); in StartMemoryHook()
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
H A D | hdi_service_common.h | 22 #include <signal.h>
|
/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wifi_event.c | 114 !HdfSbufWriteInt32(data, bssInfo->signal) || !HdfSbufWriteUint32(data, channel->centerFreq) || in HdfWifiEventInformBssFrame()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_nosdk_speed.c | 23 #include <signal.h>
|
H A D | usbhost_sdkapi_speed.c | 22 #include <signal.h>
|