Home
last modified time | relevance | path

Searched refs:aDeviceName (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsDeviceContextSpecWin.h46 void GetDeviceName(nsAString& aDeviceName) const { in GetDeviceName() argument
47 aDeviceName = mDeviceName; in GetDeviceName()
61 void SetDeviceName(const nsAString& aDeviceName);
H A DnsPrintSettingsWin.cpp169 NS_IMETHODIMP nsPrintSettingsWin::SetDeviceName(const nsAString& aDeviceName) { in SetDeviceName() argument
170 mDeviceName = aDeviceName; in SetDeviceName()
173 NS_IMETHODIMP nsPrintSettingsWin::GetDeviceName(nsAString& aDeviceName) { in GetDeviceName() argument
174 aDeviceName = mDeviceName; in GetDeviceName()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsDeviceContextSpecWin.h46 void GetDeviceName(nsAString& aDeviceName) const { in GetDeviceName() argument
47 aDeviceName = mDeviceName; in GetDeviceName()
61 void SetDeviceName(const nsAString& aDeviceName);
H A DnsPrintSettingsWin.cpp169 NS_IMETHODIMP nsPrintSettingsWin::SetDeviceName(const nsAString& aDeviceName) { in SetDeviceName() argument
170 mDeviceName = aDeviceName; in SetDeviceName()
173 NS_IMETHODIMP nsPrintSettingsWin::GetDeviceName(nsAString& aDeviceName) { in GetDeviceName() argument
174 aDeviceName = mDeviceName; in GetDeviceName()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsDeviceContextSpecWin.h43 void GetDeviceName(wchar_t *&aDeviceName) const { aDeviceName = mDeviceName; } in GetDeviceName() argument
56 void SetDeviceName(char16ptr_t aDeviceName);
H A DnsPrintSettingsWin.cpp176 NS_IMETHODIMP nsPrintSettingsWin::SetDeviceName(const char16_t * aDeviceName) in SetDeviceName() argument
181 mDeviceName = aDeviceName?wcsdup(char16ptr_t(aDeviceName)):nullptr; in SetDeviceName()
184 NS_IMETHODIMP nsPrintSettingsWin::GetDeviceName(char16_t **aDeviceName) in GetDeviceName() argument
186 NS_ENSURE_ARG_POINTER(aDeviceName); in GetDeviceName()
187 *aDeviceName = mDeviceName?reinterpret_cast<char16_t*>(wcsdup(mDeviceName)):nullptr; in GetDeviceName()
H A DnsDeviceContextSpecWin.cpp298 void nsDeviceContextSpecWin::SetDeviceName(char16ptr_t aDeviceName) in SetDeviceName() argument
300 CleanAndCopyString(mDeviceName, aDeviceName); in SetDeviceName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/app/
H A Dsalinfo.cxx62 OUString aDeviceName( o3tl::toU(aInfo.szDevice) ); in handleMonitorCallback() local
64 m_aDeviceNameToMonitor.find( aDeviceName ); in handleMonitorCallback()
113 OUString aDeviceName( o3tl::toU(aDev.DeviceName) ); in initMonitors() local
116 m_aDeviceNameToMonitor[ aDeviceName ] = m_aMonitors.size(); in initMonitors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/app/
H A Dsalinfo.cxx61 OUString aDeviceName( o3tl::toU(aInfo.szDevice) ); in handleMonitorCallback() local
63 m_aDeviceNameToMonitor.find( aDeviceName ); in handleMonitorCallback()
112 OUString aDeviceName( o3tl::toU(aDev.DeviceName) ); in initMonitors() local
118 m_aDeviceNameToMonitor[ aDeviceName ] = m_aMonitors.size(); in initMonitors()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsDeviceContextSpecWin.h47 void GetDeviceName(nsAString& aDeviceName) const { in GetDeviceName() argument
48 aDeviceName = mDeviceName; in GetDeviceName()
62 void SetDeviceName(const nsAString& aDeviceName);
H A DnsPrintSettingsWin.cpp259 NS_IMETHODIMP nsPrintSettingsWin::SetDeviceName(const nsAString& aDeviceName) { in SetDeviceName() argument
260 mDeviceName = aDeviceName; in SetDeviceName()
263 NS_IMETHODIMP nsPrintSettingsWin::GetDeviceName(nsAString& aDeviceName) { in GetDeviceName() argument
264 aDeviceName = mDeviceName; in GetDeviceName()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsDeviceContextSpecWin.h47 void GetDeviceName(nsAString& aDeviceName) const { in GetDeviceName() argument
48 aDeviceName = mDeviceName; in GetDeviceName()
62 void SetDeviceName(const nsAString& aDeviceName);
H A DnsPrintSettingsWin.cpp214 NS_IMETHODIMP nsPrintSettingsWin::SetDeviceName(const nsAString& aDeviceName) { in SetDeviceName() argument
215 mDeviceName = aDeviceName; in SetDeviceName()
218 NS_IMETHODIMP nsPrintSettingsWin::GetDeviceName(nsAString& aDeviceName) { in GetDeviceName() argument
219 aDeviceName = mDeviceName; in GetDeviceName()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsDeviceContextSpecWin.h47 void GetDeviceName(nsAString& aDeviceName) const { in GetDeviceName() argument
48 aDeviceName = mDeviceName; in GetDeviceName()
62 void SetDeviceName(const nsAString& aDeviceName);
H A DnsPrintSettingsWin.cpp259 NS_IMETHODIMP nsPrintSettingsWin::SetDeviceName(const nsAString& aDeviceName) { in SetDeviceName() argument
260 mDeviceName = aDeviceName; in SetDeviceName()
263 NS_IMETHODIMP nsPrintSettingsWin::GetDeviceName(nsAString& aDeviceName) { in GetDeviceName() argument
264 aDeviceName = mDeviceName; in GetDeviceName()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/
H A DMediaEngineRemoteVideoSource.cpp54 static Maybe<VideoFacingModeEnum> GetFacingMode(const nsString& aDeviceName) { in GetFacingMode() argument
62 if (aDeviceName.Find(u"Facing back"_ns) != kNotFound) { in GetFacingMode()
65 if (aDeviceName.Find(u"Facing front"_ns) != kNotFound) { in GetFacingMode()
71 if (aDeviceName.Find(u"Face"_ns) != -1) { in GetFacingMode()
79 if (aDeviceName.Find(u"Front"_ns) != kNotFound) { in GetFacingMode()
82 if (aDeviceName.Find(u"Rear"_ns) != kNotFound) { in GetFacingMode()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/
H A DMediaEngineRemoteVideoSource.cpp35 static Maybe<VideoFacingModeEnum> GetFacingMode(const nsString& aDeviceName) { in GetFacingMode() argument
43 if (aDeviceName.Find(u"Facing back"_ns) != kNotFound) { in GetFacingMode()
46 if (aDeviceName.Find(u"Facing front"_ns) != kNotFound) { in GetFacingMode()
52 if (aDeviceName.Find(u"Face"_ns) != -1) { in GetFacingMode()
60 if (aDeviceName.Find(u"Front"_ns) != kNotFound) { in GetFacingMode()
63 if (aDeviceName.Find(u"Rear"_ns) != kNotFound) { in GetFacingMode()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webrtc/
H A DMediaEngineRemoteVideoSource.cpp33 static Maybe<VideoFacingModeEnum> GetFacingMode(const nsString& aDeviceName) { in GetFacingMode() argument
41 if (aDeviceName.Find(NS_LITERAL_STRING("Facing back")) != kNotFound) { in GetFacingMode()
44 if (aDeviceName.Find(NS_LITERAL_STRING("Facing front")) != kNotFound) { in GetFacingMode()
50 if (aDeviceName.Find(NS_LITERAL_STRING("Face")) != -1) { in GetFacingMode()
58 if (aDeviceName.Find(NS_LITERAL_STRING("Front")) != kNotFound) { in GetFacingMode()
61 if (aDeviceName.Find(NS_LITERAL_STRING("Rear")) != kNotFound) { in GetFacingMode()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/
H A DMediaEngineRemoteVideoSource.cpp35 static Maybe<VideoFacingModeEnum> GetFacingMode(const nsString& aDeviceName) { in GetFacingMode() argument
43 if (aDeviceName.Find(u"Facing back"_ns) != kNotFound) { in GetFacingMode()
46 if (aDeviceName.Find(u"Facing front"_ns) != kNotFound) { in GetFacingMode()
52 if (aDeviceName.Find(u"Face"_ns) != -1) { in GetFacingMode()
60 if (aDeviceName.Find(u"Front"_ns) != kNotFound) { in GetFacingMode()
63 if (aDeviceName.Find(u"Rear"_ns) != kNotFound) { in GetFacingMode()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DAudioManager.h165 …oid UpdateDeviceConnectionState(bool aIsConnected, uint32_t aDevice, const nsCString& aDeviceName);
H A DAudioManager.cpp411 …ger::UpdateDeviceConnectionState(bool aIsConnected, uint32_t aDevice, const nsCString& aDeviceName) in UpdateDeviceConnectionState() argument
418 aDeviceName.get()); in UpdateDeviceConnectionState()
423 aDeviceName.get()); in UpdateDeviceConnectionState()
424 mConnectedDevices.Put(aDevice, aDeviceName); in UpdateDeviceConnectionState()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/os2/
H A Dpmdev.pas968 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
982 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
/dports/lang/fpc-utils/fpc-3.2.2/rtl/os2/
H A Dpmdev.pas968 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
982 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
/dports/lang/fpc-source/fpc-3.2.2/rtl/os2/
H A Dpmdev.pas968 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
982 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
/dports/lang/fpc/fpc-3.2.2/rtl/os2/
H A Dpmdev.pas968 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()
982 function DevQueryDeviceNames(ahab: HAB; pszDriverName: PChar; var pldn: Longint; aDeviceName: Str32… in DevQueryDeviceNames()

12