Home
last modified time | relevance | path

Searched refs:currentDevice (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/SanYingInput/
H A DJoystickApi.cs33 currentDevice = -1; in Init()
54 currentDevice = -1; in SelectJoystick()
57 currentDevice = index; in SelectJoystick()
67 …if (currentDevice < 0 || currentDevice >= JoystickManager.AttachedJoysticks.Length || !OpenTK.Inpu… in Update()
69 currentDevice = -1; in Update()
83 if (currentDevice < 0 || currentDevice >= JoystickManager.AttachedJoysticks.Length) in GetGuid()
85 currentDevice = -1; in GetGuid()
100 if (currentDevice < 0 || currentDevice >= JoystickManager.AttachedJoysticks.Length) in GetButtonsState()
102 currentDevice = -1; in GetButtonsState()
121 if (currentDevice < 0 || currentDevice >= JoystickManager.AttachedJoysticks.Length) in GetAxises()
[all …]
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/app/qml/
H A DDevicePage.qml17 property QtObject currentDevice
18 title: currentDevice.name
30 visible: root.currentDevice.isTrusted && root.currentDevice.isReachable
38 visible: root.currentDevice.isTrusted && root.currentDevice.isReachable
67 device: root.currentDevice
74 device: root.currentDevice
81 device: root.currentDevice
88 device: root.currentDevice
95 device: root.currentDevice
102 device: root.currentDevice
[all …]
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/kcm/
H A Dkcm.cpp31 , currentDevice(nullptr) in KdeConnectKcm()
166 if (!currentDevice) { in resetSelection()
174 if (currentDevice) { in deviceSelected()
182 currentDevice = nullptr; in deviceSelected()
191 bool valid = (currentDevice != nullptr && currentDevice->isValid()); in deviceSelected()
264 if (!currentDevice) { in requestPair()
278 if (!currentDevice) { in unpair()
283 currentDevice->unpair(); in unpair()
288 if (!currentDevice) { in acceptPairing()
297 if (!currentDevice) { in rejectPairing()
[all …]
/dports/devel/indi/indi-1.9.1/libs/stream/
H A Dstreammanager.cpp45 : currentDevice(defaultDevice) in StreamManagerPrivate()
56 encoder->init(currentDevice); in StreamManagerPrivate()
82 return currentDevice->getDeviceName(); in getDeviceName()
186 if (currentDevice->isConnected()) in ISGetProperties()
188 currentDevice->defineProperty(StreamSP); in ISGetProperties()
191 currentDevice->defineProperty(FpsNP); in ISGetProperties()
198 currentDevice->defineProperty(LimitsNP); in ISGetProperties()
210 if (currentDevice->isConnected()) in updateProperties()
221 currentDevice->defineProperty(StreamSP); in updateProperties()
225 currentDevice->defineProperty(FpsNP); in updateProperties()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bappdevicemanager.cpp77 d->currentDevice = 0; in AppDeviceManager()
97 return d->currentDevice; in currentDevice()
202 d->currentDevice = dev; in setCurrentDevice()
212 if( currentDevice() ) { in diskInfo()
220 if( currentDevice() ) in unlockDevice()
227 if( currentDevice() ) in lockDevice()
234 if( currentDevice() ) { in mountDisk()
248 if ( currentDevice() ) { in unmountDisk()
262 if ( currentDevice() ) in ejectDisk()
269 if( currentDevice() ) in loadDisk()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dhlevel.c53 static int currentDevice= -1; variable
62 Engine *display= currentDevice<0? 0 : ghDevices[currentDevice].display; in UpdateOrRedraw()
83 if (currentDevice<0 || !ghDevices[currentDevice].display || in GhBeforeWait()
94 if (currentDevice<0) return; in GhFMA()
133 Engine *hcp= currentDevice<0? 0 : ghDevices[currentDevice].hcp; in GhHCP()
154 Engine *display= currentDevice<0? 0 : ghDevices[currentDevice].display; in GhFMAMode()
188 if (currentDevice>=0) { in GhSetPlotter()
199 currentDevice= number; in GhSetPlotter()
206 return currentDevice; in GhGetPlotter()
255 if (i==currentDevice) currentDevice= -1; in ShutDownDev()
[all …]
/dports/graphics/ospray/ospray-2.8.0/ospray/api/
H A DAPI.cpp18 using ospray::api::currentDevice;
87 if (currentDevice) { in ospInit()
146 currentDevice->commit(); in ospInit()
147 currentDevice->refDec(); in ospInit()
388 currentDevice().copyData( in OSPRAY_CATCH_END()
558 currentDevice().commit(_object); in OSPRAY_CATCH_END()
567 currentDevice().release(_object); in OSPRAY_CATCH_END()
575 currentDevice().retain(_object); in OSPRAY_CATCH_END()
701 currentDevice().wait(f, event); in ospWait()
709 return currentDevice().cancel(f); in OSPRAY_CATCH_END()
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DSunriseIDE.c40 int currentDevice; member
66 ide->currentDevice = 0; in sunriseIdeReset()
74 return harddiskIdeRead(ide->hdide[ide->currentDevice]); in sunriseIdeRead()
79 return harddiskIdePeek(ide->hdide[ide->currentDevice]); in sunriseIdePeek()
84 harddiskIdeWrite(ide->hdide[ide->currentDevice], value); in sunriseIdeWrite()
103 value = harddiskIdeReadRegister(ide->hdide[ide->currentDevice], reg); in sunriseIdeReadRegister()
105 value = (value & ~0x10) | (ide->currentDevice << 4); in sunriseIdeReadRegister()
129 value = (value & ~0x10) | (ide->currentDevice << 4); in sunriseIdePeekRegister()
156 ide->currentDevice = (value >> 4) & 1; in sunriseIdeWriteRegister()
166 ide->currentDevice = saveStateGet(state, "currentDevice", 0); in sunriseIdeLoadState()
[all …]
/dports/security/yubioath-desktop/yubioath-desktop-yubioath-desktop-5.0.4/qml/
H A DYubiKey.qml16 property var currentDevice
154 if (isYubiKey4(currentDevice)) {
169 if (isNEO(currentDevice)) {
184 if (isYubiKey5C(currentDevice)) {
193 if (isYubiKey5A(currentDevice)) {
206 if (!!currentDevice) {
223 currentDevice = null
246 … if (!currentDevice || !availableDevices.some(dev => dev.serial === currentDevice.serial)) {
259 currentDevice = resp.devices.find(dev => dev.serial === currentDevice.serial)
352 return !!currentDevice && !!currentDevice.version && parseInt(
[all …]
H A DAboutPopup.qml35 if (!!yubiKey.currentDevice) {
36 return yubiKey.currentDevice.usbInterfacesEnabled.join('+')
51 visible: !!yubiKey.currentDevice
67 source: !!yubiKey.currentDevice ? yubiKey.getCurrentDeviceImage() : ""
74 text: !!yubiKey.currentDevice ? yubiKey.currentDevice.name : ""
84 … text: !!yubiKey.currentDevice ? "Serial number: " + yubiKey.currentDevice.serial : ""
85 visible: !!yubiKey.currentDevice && yubiKey.currentDevice.serial
97 … text: !!yubiKey.currentDevice ? "Firmware version: " + yubiKey.currentDevice.version : ""
98 visible: !!yubiKey.currentDevice && yubiKey.currentDevice.version
109 … text: !!yubiKey.currentDevice ? qsTr("Enabled interfaces: ") + getDeviceDescription() : ""
H A DSettingsView.qml53 if (!!yubiKey.currentDevice && yubiKey.currentDevice.hasPassword) {
63 if (!!yubiKey.currentDevice && yubiKey.currentDevice.hasPassword
94 yubiKey.currentDevice.hasPassword = true
112 yubiKey.currentDevice.hasPassword = false
183 label: getDeviceLabel(yubiKey.currentDevice)
207 checked: !!yubiKey.currentDevice
223 return dev !== yubiKey.currentDevice
249 …label: !!yubiKey.currentDevice && yubiKey.currentDevice.hasPassword ? qsTr("Change password") : qs…
257 visible: !!yubiKey.currentDevice && yubiKey.currentDevice.hasPassword
284 visible: !!yubiKey.currentDevice && yubiKey.currentDevice.hasPassword
[all …]
/dports/misc/g810-led/g810-led-0.4.2/src/classes/
H A DKeyboard.cpp337 return currentDevice; in getCurrentDevice()
368 return currentDevice.model; in getKeyboardModel()
373 switch (currentDevice.model) { in commit()
412 switch (currentDevice.model) { in setKeys()
681 switch (currentDevice.model) { in setAllKeys()
717 switch (currentDevice.model) { in setMRKey()
748 switch (currentDevice.model) { in setMNKey()
792 switch (currentDevice.model) { in setGKeysMode()
823 switch (currentDevice.model) { in setRegion()
838 switch (currentDevice.model) { in setStartupMode()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ds/arm9/source/fat/
H A Ddisc_io.c110 FATDevice currentDevice; variable
253 currentDevice = DEVICE_M3SD; in disc_setGbaSlotInterface()
268 currentDevice = DEVICE_MMCF; in disc_setGbaSlotInterface()
281 currentDevice = DEVICE_M3CF; in disc_setGbaSlotInterface()
293 currentDevice = DEVICE_MPCF; in disc_setGbaSlotInterface()
305 currentDevice = DEVICE_SCCF; in disc_setGbaSlotInterface()
340 return currentDevice; in disc_getDeviceId()
383 currentDevice = DEVICE_DLDI; in disc_setDsSlotInterface()
397 currentDevice = DEVICE_SCSD; in disc_setDsSlotInterface()
409 currentDevice = DEVICE_NJSD; in disc_setDsSlotInterface()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DLSCPPatchExtractor.cpp97 Bank_Prog currentDevice;
134 currentDevice.bankName = temp.toStdString();
135 currentDevice.bankNumber = splitLine.at(positionOfBankElement).toInt();
136 currentDevice.programNumber = splitLine.at(positionOfProgramElement).toInt();
144 currentDevice.programName = "Unnamed instrument";
146 currentDevice.programName = quotedName.toStdString();
149 device.push_back(currentDevice);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Classes/
H A DMWCommon.h8 #define SYSTEM_VERSION_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] comp…
9 #define SYSTEM_VERSION_GREATER_THAN(v) ([[[UIDevice currentDevice] systemVersion] comp…
10 #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] comp…
11 #define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] comp…
12 #define SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] comp…
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/
H A DHidController.cpp275 struct hid_device_info *devices, *currentDevice; in Init() local
277 currentDevice = devices; in Init()
280 while (currentDevice) in Init()
283 currentDevice->vendor_id, in Init()
284 currentDevice->product_id, in Init()
285 currentDevice->serial_number, in Init()
286 currentDevice->manufacturer_string, in Init()
287 currentDevice->product_string, in Init()
288 currentDevice->path); in Init()
289 currentDevice = currentDevice->next; in Init()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/
H A DHidController.cpp270 struct hid_device_info *devices, *currentDevice; in Init() local
272 currentDevice = devices; in Init()
275 while (currentDevice) in Init()
278 currentDevice->vendor_id, in Init()
279 currentDevice->product_id, in Init()
280 currentDevice->serial_number, in Init()
281 currentDevice->manufacturer_string, in Init()
282 currentDevice->product_string, in Init()
283 currentDevice->path); in Init()
284 currentDevice = currentDevice->next; in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/power_monitor/
H A Dpower_monitor_device_source_ios.mm15 UIDevice* currentDevice = [UIDevice currentDevice];
16 BOOL isCurrentAppMonitoringBattery = currentDevice.isBatteryMonitoringEnabled;
17 [UIDevice currentDevice].batteryMonitoringEnabled = YES;
18 UIDeviceBatteryState batteryState = [UIDevice currentDevice].batteryState;
19 currentDevice.batteryMonitoringEnabled = isCurrentAppMonitoringBattery;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/power_monitor/
H A Dpower_monitor_device_source_ios.mm15 UIDevice* currentDevice = [UIDevice currentDevice];
16 BOOL isCurrentAppMonitoringBattery = currentDevice.isBatteryMonitoringEnabled;
17 [UIDevice currentDevice].batteryMonitoringEnabled = YES;
18 UIDeviceBatteryState batteryState = [UIDevice currentDevice].batteryState;
19 currentDevice.batteryMonitoringEnabled = isCurrentAppMonitoringBattery;
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DEinkScreenOnyx.java175 res = Device.currentDevice().getColdLightConfigValue(context); in getFrontLightValue()
177 res = Device.currentDevice().getFrontLightDeviceValue(context); in getFrontLightValue()
191 res = Device.currentDevice().setColdLightDeviceValue(context, alignedValue); in setFrontLightValue()
193 if (Device.currentDevice().setFrontLightDeviceValue(context, alignedValue)) in setFrontLightValue()
194 res = Device.currentDevice().setFrontLightConfigValue(context, alignedValue); in setFrontLightValue()
209 res = Device.currentDevice().getWarmLightConfigValue(context); in getWarmLightValue()
222 res = Device.currentDevice().setWarmLightDeviceValue(context, alignedValue); in setWarmLightValue()
236 mFrontLineLevels = Device.currentDevice().getFrontLightValueList(context); in getFrontLightLevels()
239 Integer[] values = Device.currentDevice().getColdLightValues(context); in getFrontLightLevels()
254 Integer[] values = Device.currentDevice().getWarmLightValues(context); in getWarmLightLevels()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Ddevicesettingswidget.cpp163 m_deviceManager->removeDevice(currentDevice()->id()); in removeDevice()
170 const IDevice::ConstPtr &current = currentDevice(); in displayCurrent()
209 const IDevice::ConstPtr &current = currentDevice(); in fillInValues()
231 IDevice::ConstPtr DeviceSettingsWidget::currentDevice() const in currentDevice() function in ProjectExplorer::Internal::DeviceSettingsWidget
243 m_deviceManager->mutableDevice(currentDevice()->id())->setDisplayName(newName); in deviceNameEditingFinished()
245 m_deviceManagerModel->updateDevice(currentDevice()->id()); in deviceNameEditingFinished()
250 m_deviceManager->setDefaultDevice(currentDevice()->id()); in setDefaultDevice()
256 const IDevice::ConstPtr &device = currentDevice(); in testDevice()
305 const IDevice::Ptr device = m_deviceManager->mutableDevice(currentDevice()->id()); in currentDeviceChanged()
334 QTC_ASSERT(currentDevice()->canCreateProcessModel(), return); in handleProcessListRequested()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/drivers/
H A DReaderDetector_osx.cpp154 io_object_t currentDevice = 0; in attachedDevIds() local
164 currentDevice = IOIteratorNext(deviceIterator); in attachedDevIds()
165 while (currentDevice != 0) in attachedDevIds()
167 UsbId ids = getDeviceIds(currentDevice); in attachedDevIds()
173 IOObjectRelease(currentDevice); in attachedDevIds()
174 currentDevice = IOIteratorNext(deviceIterator); in attachedDevIds()
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/collection/
H A Dcollectionmanager_p.cpp109 for (Solid::Device currentDevice = accessDevice ; in actuallyListVolumes() local
110 currentDevice.isValid() ; currentDevice = currentDevice.parent()) in actuallyListVolumes()
112 if (currentDevice.is<Solid::StorageDrive>()) in actuallyListVolumes()
114 driveDevice = currentDevice; in actuallyListVolumes()
135 for (Solid::Device currentDevice = accessDevice; in actuallyListVolumes() local
136 currentDevice.isValid() ; currentDevice = currentDevice.parent()) in actuallyListVolumes()
138 if (currentDevice.is<Solid::StorageVolume>()) in actuallyListVolumes()
140 volumeDevice = currentDevice; in actuallyListVolumes()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_ConnectedDeviceGroup.cpp680 auto& currentDevice = currentDeviceInfo.getReference (i); in updateCurrentDeviceList() local
684 if (currentDevice.index != newStatus->index) in updateCurrentDeviceList()
686 currentDevice.index = newStatus->index; in updateCurrentDeviceList()
687 detector.handleIndexChanged (currentDevice.uid, currentDevice.index); in updateCurrentDeviceList()
690 if (currentDevice.batteryCharging != newStatus->batteryCharging) in updateCurrentDeviceList()
692 currentDevice.batteryCharging = newStatus->batteryCharging; in updateCurrentDeviceList()
693 … detector.handleBatteryChargingChanged (currentDevice.uid, currentDevice.batteryCharging); in updateCurrentDeviceList()
696 if (currentDevice.batteryLevel != newStatus->batteryLevel) in updateCurrentDeviceList()
698 currentDevice.batteryLevel = newStatus->batteryLevel; in updateCurrentDeviceList()
699 … detector.handleBatteryLevelChanged (currentDevice.uid, currentDevice.batteryLevel); in updateCurrentDeviceList()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/backend/
H A Dumscamera.cpp652 for (Solid::Device currentDevice = accessDevice ; in getUUIDFromSolid() local
653 currentDevice.isValid() ; in getUUIDFromSolid()
654 currentDevice = currentDevice.parent()) in getUUIDFromSolid()
656 if (currentDevice.is<Solid::StorageDrive>()) in getUUIDFromSolid()
658 driveDevice = currentDevice; in getUUIDFromSolid()
672 for (Solid::Device currentDevice = accessDevice ; in getUUIDFromSolid() local
673 currentDevice.isValid() ; in getUUIDFromSolid()
674 currentDevice = currentDevice.parent()) in getUUIDFromSolid()
676 if (currentDevice.is<Solid::StorageVolume>()) in getUUIDFromSolid()
678 volumeDevice = currentDevice; in getUUIDFromSolid()

12345678910>>...20