Home
last modified time | relevance | path

Searched refs:ProcessDevice (Results 1 – 13 of 13) sorted by path

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dreadcfg.c916 ProcessDevice(CONSENT *c, char *id) in ProcessDevice() function
933 ProcessDevice(parserDefaultTemp, id); in DefaultItemDevice()
3589 ProcessDevice(parserConsoleTemp, id); in ConsoleItemDevice()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Windows/
H A DDirectInputManager.cpp47 bool DirectInputManager::ProcessDevice(const DIDEVICEINSTANCE* pdidInstance) in ProcessDevice() function in DirectInputManager
234 if(ProcessDevice(pdidInstance)) { in EnumJoysticksCallback()
H A DDirectInputManager.h33 static bool ProcessDevice(const DIDEVICEINSTANCE* pdidInstance);
/dports/net/py-pyzmq/pyzmq-22.3.0/docs/source/api/
H A Dzmq.devices.rst39 :class:`ProcessDevice`
42 .. autoclass:: ProcessDevice
/dports/net/py-pyzmq/pyzmq-22.3.0/docs/source/
H A Ddevices.rst26 :class:`.ThreadDevice` and via multiprocessing with :class:`.ProcessDevice`. For
34 from zmq.devices import ProcessDevice
36 pd = ProcessDevice(zmq.QUEUE, zmq.ROUTER, zmq.DEALER)
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/devices/
H A Dbasedevice.py272 class ProcessDevice(BackgroundDevice): class
H A Dproxydevice.py7 from zmq.devices.basedevice import Device, ThreadDevice, ProcessDevice
100 class ProcessProxy(ProxyBase, ProcessDevice):
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DKodi.cpp561 …m_mainworker.m_eventsystem.ProcessDevice(m_HwdID, m_ID, 1, int(pTypeLighting2), int(sTypeAC), 12, … in UpdateStatus()
H A DLogitechMediaServer.cpp201 …m_mainworker.m_eventsystem.ProcessDevice(m_HwdID, itt->ID, 1, int(pTypeLighting2), int(sTypeAC), 1… in UpdateNodeStatus()
H A DPanasonicTV.cpp314 …m_mainworker.m_eventsystem.ProcessDevice(m_HwdID, m_ID, 1, int(pTypeLighting2), int(sTypeAC), 12, … in UpdateStatus()
/dports/www/domoticz/domoticz-2020.2/main/
H A DEventSystem.cpp1515 void CEventSystem::ProcessDevice( in ProcessDevice() function in CEventSystem
H A DEventSystem.h113 …void ProcessDevice(const int HardwareID, const uint64_t ulDevID, const unsigned char unit, const u…
H A DSQLHelper.cpp4142 …m_mainworker.m_eventsystem.ProcessDevice(ParentHardwareID, ParentID, ParentUnit, ParentType, Paren… in UpdateValue()
4873 …m_mainworker.m_eventsystem.ProcessDevice(HardwareID, ulID, unit, devType, subType, signallevel, ba… in UpdateValueInt()