Searched defs:signal (Results 76 - 100 of 109) sorted by relevance

12345

/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dmma7660.py24 import time, sys, signal, atexit namespace
45 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dmpr121.py24 import time, sys, signal, atexit namespace
47 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dmpu60x0.py24 import time, sys, signal, atexit namespace
42 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dmpu9150.py24 import time, sys, signal, atexit namespace
42 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dmpu9250.py24 import time, sys, signal, atexit namespace
42 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dmq303a.py24 import time, sys, signal, atexit namespace
49 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dmy9221.py24 import time, sys, signal, atexit namespace
44 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dpn532-writeurl.py24 import time, sys, signal, atexit namespace
43 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dpn532.py24 import time, sys, signal, atexit namespace
43 signal.signal(signal.SIGINT, SIGINTHandler)
H A Drgbringcoder.py24 import time, sys, signal, atexit namespace
60 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dublox6.py24 import time, sys, signal, atexit namespace
43 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dzfm20.py24 import time, sys, signal, atexit namespace
44 signal.signal(signal.SIGINT, SIGINTHandler)
H A Dwt5001.py24 import time, signal, sys namespace
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dsync.h84 void signal() { function in class:Condition
/hardware/qcom/display/msm8084/libgralloc/
H A Dgr.h97 inline void signal() { pthread_cond_signal(&cond); } function in class:Locker
/hardware/qcom/display/msm8226/libgralloc/
H A Dgr.h97 inline void signal() { pthread_cond_signal(&cond); } function in class:Locker
/hardware/qcom/display/msm8909/libgralloc/
H A Dgr.h97 inline void signal() { pthread_cond_signal(&cond); } function in class:Locker
/hardware/qcom/display/msm8994/libgralloc/
H A Dgr.h104 inline void signal() { pthread_cond_signal(&cond); } function in class:Locker
/hardware/qcom/display/msm8996/libgralloc/
H A Dgr.h105 inline void signal() { pthread_cond_signal(&cond); } function in class:Locker
/hardware/qcom/display/msm8998/libgralloc/
H A Dgr.h106 inline void signal() { pthread_cond_signal(&cond); } function in class:Locker
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Ddenoising_neon.c50 MACROBLOCK *signal, unsigned int motion_magnitude,
65 unsigned char *sig = signal->thismb;
112 /* Calculate positive and negative adjustments. Apply them to the signal
165 signal->thismb, sig_stride);
48 vp8_denoiser_filter_neon(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Ddenoising.c55 YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal,
59 unsigned char *sig = signal->thismb;
135 signal->thismb, sig_stride);
54 vp8_denoiser_filter_c(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c27 MACROBLOCK *signal, unsigned int motion_magnitude,
30 unsigned char *sig = signal->thismb;
119 signal->thismb, sig_stride);
25 vp8_denoiser_filter_sse2(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/hardware/ti/omap4-aah/camera/inc/
H A DBufferSourceAdapter.h57 void signal() { function in class:Ti::Camera::BufferSourceAdapter::ReturnFrame
60 mReturnFrameCondition.signal();
68 mReturnFrameCondition.signal();
104 mFramesCondition.signal();
119 mFramesCondition.signal();
137 // signal return frame thread that it can dequeue a buffer now
138 mBufferSourceAdapter->mReturnFrame->signal();
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h934 __s32 signal; member in struct:v4l2_tuner

Completed in 296 milliseconds

12345