Searched refs:Signals (Results 1 – 14 of 14) sorted by relevance
20 * Signals the capture device information, such as resolution and frame rate,38 * Signals status changes on the VideoCapture. |status| is a46 * Signals an error from the video capture system.57 * Signals that a buffer is available for consumption by the plugin.
235 static const int Signals[] = variable237 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);287 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable()301 sigaction(Signals[i], &PrevActions[i], nullptr); in Disable()
88 Signals.cpp104 Unix/Signals.inc116 Windows/Signals.inc
58 Signals.cpp \
1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//52 // IntSigs - Signals that represent requested termination. There's no bug60 // KillSigs - Signals that represent that we have a bug, and our prompt
44 // - A1-A5 is the type of the argument i in the callback. Signals may and often
63 * Signals to quit the outermost nested message loop. Use this to exit and
1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//10 // This file provides the Win32 specific implementation of the Signals class.
104 Signals are of the form:
74 <p> Signals
56 #pragma mark ***** Signals
128 …l_cycles minimum:500 name:SIDEBAND_SIGNALS_AND_SPECIAL_CYCLES : Sideband Signals and Special Cycles
109 * Signals to the input handler that the Braille IME is active or not active,
1426 + Signals.cpp \