Home
last modified time | relevance | path

Searched refs:removeDevice (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/darwin/
H A DSDL_sysjoystick.c75 FreeDevice(recDevice *removeDevice) in FreeDevice() argument
78 if (removeDevice) { in FreeDevice()
79 if (removeDevice->deviceRef) { in FreeDevice()
81 removeDevice->deviceRef = NULL; in FreeDevice()
85 pDeviceNext = removeDevice->pNext; in FreeDevice()
87 if ( gpDeviceList == removeDevice ) { in FreeDevice()
91 while (device->pNext != removeDevice) { in FreeDevice()
96 removeDevice->pNext = NULL; in FreeDevice()
99 FreeElementList(removeDevice->firstAxis); in FreeDevice()
101 FreeElementList(removeDevice->firstHat); in FreeDevice()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/darwin/
H A DSDL_sysjoystick.c75 FreeDevice(recDevice *removeDevice) in FreeDevice() argument
78 if (removeDevice) { in FreeDevice()
79 if (removeDevice->deviceRef) { in FreeDevice()
81 removeDevice->deviceRef = NULL; in FreeDevice()
85 pDeviceNext = removeDevice->pNext; in FreeDevice()
87 if ( gpDeviceList == removeDevice ) { in FreeDevice()
91 while (device->pNext != removeDevice) { in FreeDevice()
96 removeDevice->pNext = NULL; in FreeDevice()
99 FreeElementList(removeDevice->firstAxis); in FreeDevice()
101 FreeElementList(removeDevice->firstHat); in FreeDevice()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/darwin/
H A DSDL_sysjoystick.c75 FreeDevice(recDevice *removeDevice) in FreeDevice() argument
78 if (removeDevice) { in FreeDevice()
79 if (removeDevice->deviceRef) { in FreeDevice()
81 removeDevice->deviceRef = NULL; in FreeDevice()
85 pDeviceNext = removeDevice->pNext; in FreeDevice()
87 if ( gpDeviceList == removeDevice ) { in FreeDevice()
91 while (device->pNext != removeDevice) { in FreeDevice()
96 removeDevice->pNext = NULL; in FreeDevice()
99 FreeElementList(removeDevice->firstAxis); in FreeDevice()
101 FreeElementList(removeDevice->firstHat); in FreeDevice()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/darwin/
H A DSDL_iokitjoystick.c125 FreeDevice(recDevice *removeDevice) in FreeDevice() argument
128 if (removeDevice) { in FreeDevice()
129 if (removeDevice->deviceRef) { in FreeDevice()
130 if (removeDevice->runLoopAttached) { in FreeDevice()
139 CFRelease(removeDevice->deviceRef); in FreeDevice()
140 removeDevice->deviceRef = NULL; in FreeDevice()
147 if (removeDevice->joystick) { in FreeDevice()
153 pDeviceNext = removeDevice->pNext; in FreeDevice()
155 if (gpDeviceList == removeDevice) { in FreeDevice()
167 removeDevice->pNext = NULL; in FreeDevice()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/darwin/
H A DSDL_iokitjoystick.c125 FreeDevice(recDevice *removeDevice) in FreeDevice() argument
128 if (removeDevice) { in FreeDevice()
129 if (removeDevice->deviceRef) { in FreeDevice()
130 if (removeDevice->runLoopAttached) { in FreeDevice()
139 CFRelease(removeDevice->deviceRef); in FreeDevice()
140 removeDevice->deviceRef = NULL; in FreeDevice()
147 if (removeDevice->joystick) { in FreeDevice()
153 pDeviceNext = removeDevice->pNext; in FreeDevice()
155 if (gpDeviceList == removeDevice) { in FreeDevice()
167 removeDevice->pNext = NULL; in FreeDevice()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/darwin/
H A DSDL_sysjoystick.c75 FreeDevice(recDevice *removeDevice) in FreeDevice() argument
78 if (removeDevice) { in FreeDevice()
79 if (removeDevice->deviceRef) { in FreeDevice()
81 removeDevice->deviceRef = NULL; in FreeDevice()
85 pDeviceNext = removeDevice->pNext; in FreeDevice()
87 if ( gpDeviceList == removeDevice ) { in FreeDevice()
91 while (device->pNext != removeDevice) { in FreeDevice()
96 removeDevice->pNext = NULL; in FreeDevice()
99 FreeElementList(removeDevice->firstAxis); in FreeDevice()
101 FreeElementList(removeDevice->firstHat); in FreeDevice()
[all …]
/dports/devel/kf5-solid/solid-5.89.0/src/imports/
H A Ddevices.cpp43 …connect(notifier, &Solid::DeviceNotifier::deviceRemoved, this, &DevicesQueryPrivate::removeDevice); in DevicesQueryPrivate()
68 void DevicesQueryPrivate::removeDevice(const QString &udi) in removeDevice() function in Solid::DevicesQueryPrivate
91 connect(m_backend.data(), &DevicesQueryPrivate::deviceRemoved, this, &Devices::removeDevice); in initialize()
133 void Devices::removeDevice(const QString &udi) in removeDevice() function in Solid::Devices
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dclientmanager.cpp144 void ClientManager::removeDevice(INDI::BaseDevice *dp) in removeDevice() function in ClientManager
169 driverInfo->removeDevice(deviceInfo); in removeDevice()
242 GUIManager::Instance()->removeDevice(di->getDeviceName()); in removeManagedDriver()
245 INDIListener::Instance()->removeDevice(di->getDeviceName()); in removeManagedDriver()
248 dv->removeDevice(di); in removeManagedDriver()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/libnitroshare/src/device/
H A Ddevicemodel.cpp38 void DeviceModelPrivate::removeDevice(Device *device) in removeDevice() function in DeviceModelPrivate
64 removeDevice(device); in onDeviceRemoved()
93 d->removeDevice(device); in removeDeviceEnumerator()
/dports/net-im/nheko/nheko-0.9.0/src/voip/
H A DCallDevices.cpp155 removeDevice(T &sources, GstDevice *device, bool changed) in removeDevice() function
170 removeDevice(GstDevice *device, bool changed) in removeDevice() function
173 if (removeDevice(audioSources_, device, changed) || in removeDevice()
174 removeDevice(videoSources_, device, changed)) in removeDevice()
193 removeDevice(device, false); in newBusMessage()
201 removeDevice(oldDevice, true); in newBusMessage()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/libnitroshare/tests/
H A DTestDeviceModel.cpp63 void removeDevice(Device *device) { emit deviceRemoved(device); } in removeDevice() function in DummyEnumerator
92 enumerator.removeDevice(&device); in testSignals()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/
H A Dk3bdevicecombobox.cpp60 void K3b::DeviceComboBox::removeDevice( K3b::Device::Device* dev ) in removeDevice() function in K3b::DeviceComboBox
62 d->model->removeDevice( dev ); in removeDevice()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/studio/
H A DCreateOrDeleteDeviceCommand.cpp116 RosegardenSequencer::getInstance()->removeDevice(m_deviceId); in trueTriConsistentFn()
121 m_studio->removeDevice(m_deviceId); in trueTriConsistentFn()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/platformsupport/input/evdevtablet/
H A Dqevdevtabletmanager.cpp87 this, &QEvdevTabletManager::removeDevice); in Q_DECLARE_LOGGING_CATEGORY()
108 void QEvdevTabletManager::removeDevice(const QString &deviceNode) in removeDevice() function in QEvdevTabletManager

12345678910>>...12