Home
last modified time | relevance | path

Searched refs:DeviceList (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Ddeviceinfo.h65 typedef QList<DeviceData> DeviceList; typedef
72 static DeviceList dsoundDevices();
73 static DeviceList displayDevices();
76 static DeviceList paDevices();
79 static DeviceList alsaDevices();
82 static DeviceList xvAdaptors();
90 static DeviceList mpvAlsaDevices();
94 static DeviceList mpvWasapiDevices();
98 static DeviceList mpvAudioDevices(const QString & filter);
111 static DeviceList loadList(QSettings * set, const QString & section_name);
[all …]
H A Ddeviceinfo.cpp66 DeviceList l; in retrieveDevices()
97 DeviceList l; in retrieveDevices()
155 DeviceList DeviceInfo::paDevices() { in paDevices()
158 static DeviceList l; in paDevices()
203 DeviceList l; in alsaDevices()
251 DeviceList l; in xvAdaptors()
299 static DeviceList l; in mpvAlsaDevices()
308 static DeviceList l; in mpvWasapiDevices()
316 DeviceList l; in mpvAudioDevices()
324 DeviceList l; in mpvAudioDevices()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/core/
H A DDeviceList.cpp100 using DeviceList = QList< Device* >; typedef
102 static inline DeviceList::iterator
103 erase( DeviceList& l, DeviceList::iterator& it ) in erase()
121DeviceList devices = backend->scanDevices( /* not includeReadOnly, not includeLoopback */ ScanFlag… in getDevices()
123 DeviceList devices = backend->scanDevices( /* excludeReadOnly */ true ); in getDevices()
141 … auto removeInAllModes = []( DeviceList& l, DeviceList::iterator& it ) { return erase( l, it ); }; in getDevices()
142 auto removeInSafeMode = []( DeviceList&, DeviceList::iterator& it ) { return ++it; }; in getDevices() argument
145 … auto removeInAllModes = []( DeviceList& l, DeviceList::iterator& it ) { return erase( l, it ); }; in getDevices()
153 for ( DeviceList::iterator it = devices.begin(); it != devices.end(); ) in getDevices()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/audiocd/linux/
H A Dlinux-audiocd.cpp197 typedef Common::Array<Device> DeviceList; typedef in LinuxAudioCDManager
198 DeviceList scanDevices();
199 bool tryAddDrive(DeviceList &devices, const Common::String &drive);
201 bool tryAddDrive(DeviceList &devices, dev_t device);
202 bool tryAddPath(DeviceList &devices, const Common::String &path);
203 bool tryAddGamePath(DeviceList &devices);
205 static bool hasDevice(const DeviceList &devices, dev_t device);
256 DeviceList devices = scanDevices(); in openCD()
273 DeviceList devices; in openCD()
338 DeviceList devices; in scanDevices()
[all …]
/dports/games/residualvm/residualvm-0.3.1/backends/audiocd/linux/
H A Dlinux-audiocd.cpp195 typedef Common::Array<Device> DeviceList; typedef in LinuxAudioCDManager
196 DeviceList scanDevices();
197 bool tryAddDrive(DeviceList &devices, const Common::String &drive);
199 bool tryAddDrive(DeviceList &devices, dev_t device);
200 bool tryAddPath(DeviceList &devices, const Common::String &path);
201 bool tryAddGamePath(DeviceList &devices);
203 static bool hasDevice(const DeviceList &devices, dev_t device);
254 DeviceList devices = scanDevices(); in openCD()
271 DeviceList devices; in openCD()
335 DeviceList devices; in scanDevices()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/audiocd/linux/
H A Dlinux-audiocd.cpp197 typedef Common::Array<Device> DeviceList; typedef in LinuxAudioCDManager
198 DeviceList scanDevices();
199 bool tryAddDrive(DeviceList &devices, const Common::String &drive);
201 bool tryAddDrive(DeviceList &devices, dev_t device);
202 bool tryAddPath(DeviceList &devices, const Common::String &path);
203 bool tryAddGamePath(DeviceList &devices);
205 static bool hasDevice(const DeviceList &devices, dev_t device);
256 DeviceList devices = scanDevices(); in openCD()
273 DeviceList devices; in openCD()
338 DeviceList devices; in scanDevices()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Ata/AhciPei/
H A DAhciPeiPassThru.c36 Node = GetFirstNode (&Private->DeviceList); in SearchDeviceByPort()
37 while (!IsNull (&Private->DeviceList, Node)) { in SearchDeviceByPort()
45 Node = GetNextNode (&Private->DeviceList, Node); in SearchDeviceByPort()
306 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
307 if (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
316 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextPort()
318 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextPort()
422 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
424 while (!IsNull (&Private->DeviceList, Node)) { in AhciAtaPassThruGetNextDevice()
442 Node = GetFirstNode (&Private->DeviceList); in AhciAtaPassThruGetNextDevice()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestTryExecute.cxx94 template <typename DeviceList>
95 void TryExecuteWithDevice(DeviceList, bool expectSuccess) in TryExecuteWithDevice() argument
105 bool result = vtkm::cont::TryExecute(functor, DeviceList(), inArray, outArray); in TryExecuteWithDevice()
132 template <typename DeviceList>
133 void TryExecuteAllExplicit(DeviceList, bool expectSuccess) in TryExecuteAllExplicit() argument
157 template <typename DeviceList>
158 bool operator()(DeviceList, int, float, bool) const in operator ()()
162 template <typename DeviceList>
163 bool operator()(DeviceList) const in operator ()()
202 template <typename DeviceList>
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libmygpo-qt5/src/
H A DDeviceList.cpp29 DeviceListPrivate::DeviceListPrivate( DeviceList* qq, QNetworkReply* reply ) : q( qq ), m_reply( re… in DeviceListPrivate()
102 DeviceList::DeviceList( QNetworkReply* reply, QObject* parent ) : QObject( parent ), d( new DeviceL… in DeviceList() function in DeviceList
107 DeviceList::~DeviceList() in ~DeviceList()
112 QVariant mygpo::DeviceList::devices() const in devices()
117 QList< DevicePtr > DeviceList::devicesList() const in devicesList()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp49 DeviceList::DeviceList(): count(0), devices(NULL) { in DeviceList() function in DeviceList
62 DeviceList::~DeviceList() { in ~DeviceList()
70 OSStatus DeviceList::Refresh() { in Refresh()
101 int DeviceList::GetCount() { in GetCount()
106 AudioDeviceID DeviceList::GetDeviceID(int index) { in GetDeviceID()
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, c… in GetDeviceInfo()
149 void DeviceList::Free() { in Free()
158 OSStatus DeviceList::NotificationCallback(AudioObjectID inObjectID, in NotificationCallback()
161 DeviceList *pThis = (DeviceList *)inClientData; in NotificationCallback()

12345678910>>...35