Home
last modified time | relevance | path

Searched refs:signal (Results 1 - 25 of 30) sorted by relevance

12

/drivers/peripheral/usb/sample/device/linux/
H A Dacm_speed_read.c23 #include <signal.h>
114 (void)signal(SIGINT, StopReadSpeedTest); in AcmSpeedRead()
H A Dacm_speed_write.c23 #include <signal.h>
116 (void)signal(SIGINT, StopWriteSpeedTest); in AcmSpeedWrite()
H A Dacm_test.c21 #include <signal.h>
194 (void)signal(SIGINT, StopAcmTest); in AcmTest()
/drivers/peripheral/audio/test/sample/
H A Dframework_event.c17 #include <signal.h>
346 (void)signal(SIGINT, StopListenerBySig); in main()
347 (void)signal(SIGTERM, StopListenerBySig); in main()
H A Didl_render.c20 #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 Didl_capture.c20 #include <signal.h>
214 (void)signal(sig, SIG_IGN); in StreamClose()
/drivers/peripheral/camera/vdi_base/common/utils/watchdog/
H A Dwatchdog.cpp18 #include <signal.h>
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h121 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 Dusbhost_nosdk_speed.c21 #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 Dusbhost_sdkapi_speed.c23 #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 Dusbhost_sdkraw_speed.c23 #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 Dusbhost_test.c17 #include "signal.h"
357 (void)signal(SIGINT, SigHandle); in main()
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_vsync_worker.cpp82 .signal = 0, in WaitNextVBlank()
H A Ddrm_display.cpp205 .request.signal = 0, in WaitForVBlank()
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_vsync_worker.cpp82 .signal = 0, in WaitNextVBlank()
H A Ddrm_display.cpp176 .request.signal = 0, in WaitForVBlank()
/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c26 #include <signal.h>
118 printf("Unexpected signal %d\n", signo); in StopHandler()
H A Dacm_speed_write.c26 #include <signal.h>
119 printf("Unexpected signal %d\n", signo); in StopHandler()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_struct.h161 int signal; member
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_timer.c22 #include <linux/signal.h>
/drivers/hdf_core/adapter/uhdf2/host/
H A Ddevhost.c19 #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 Dhdi_service_common.h22 #include <signal.h>
/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c114 !HdfSbufWriteInt32(data, bssInfo->signal) || !HdfSbufWriteUint32(data, channel->centerFreq) || in HdfWifiEventInformBssFrame()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c23 #include <signal.h>
H A Dusbhost_sdkapi_speed.c22 #include <signal.h>

Completed in 16 milliseconds

12