Home
last modified time | relevance | path

Searched refs:LOCATION_DESIRED_ACCURACY (Results 1 – 13 of 13) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlocationapi.h738 LOCATION_DESIRED_ACCURACY *pDesiredAccuracy) = 0;
742 LOCATION_DESIRED_ACCURACY desiredAccuracy) = 0;
804 LOCATION_DESIRED_ACCURACY *pDesiredAccuracy);
809 LOCATION_DESIRED_ACCURACY desiredAccuracy);
871 … ILocation_GetDesiredAccuracy(ILocation* This,REFIID reportType,LOCATION_DESIRED_ACCURACY *pDesire…
874 … ILocation_SetDesiredAccuracy(ILocation* This,REFIID reportType,LOCATION_DESIRED_ACCURACY desiredA…
H A Dsensorsapi.h104 typedef enum LOCATION_DESIRED_ACCURACY { enum
107 } LOCATION_DESIRED_ACCURACY; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlocationapi.h738 LOCATION_DESIRED_ACCURACY *pDesiredAccuracy) = 0;
742 LOCATION_DESIRED_ACCURACY desiredAccuracy) = 0;
804 LOCATION_DESIRED_ACCURACY *pDesiredAccuracy);
809 LOCATION_DESIRED_ACCURACY desiredAccuracy);
871 … ILocation_GetDesiredAccuracy(ILocation* This,REFIID reportType,LOCATION_DESIRED_ACCURACY *pDesire…
874 … ILocation_SetDesiredAccuracy(ILocation* This,REFIID reportType,LOCATION_DESIRED_ACCURACY desiredA…
H A Dsensorsapi.h104 typedef enum LOCATION_DESIRED_ACCURACY { enum
107 } LOCATION_DESIRED_ACCURACY; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/windows/
H A DWindowsLocationProvider.cpp252 LOCATION_DESIRED_ACCURACY desiredAccuracy; in SetHighAccuracy()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/system/windows/
H A DWindowsLocationProvider.cpp229 LOCATION_DESIRED_ACCURACY desiredAccuracy; in SetHighAccuracy()
/dports/www/firefox-esr/firefox-91.8.0/dom/system/windows/
H A DWindowsLocationProvider.cpp239 LOCATION_DESIRED_ACCURACY desiredAccuracy; in SetHighAccuracy()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/system/windows/
H A DWindowsLocationProvider.cpp239 LOCATION_DESIRED_ACCURACY desiredAccuracy; in SetHighAccuracy()
/dports/www/firefox/firefox-99.0/dom/system/windows/
H A DWindowsLocationProvider.cpp239 LOCATION_DESIRED_ACCURACY desiredAccuracy; in SetHighAccuracy()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/system/windows/
H A DWindowsLocationProvider.cpp239 LOCATION_DESIRED_ACCURACY desiredAccuracy; in SetHighAccuracy()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Sensors/
H A Dmod.rs858 pub struct LOCATION_DESIRED_ACCURACY(pub i32); struct
859 pub const LOCATION_DESIRED_ACCURACY_DEFAULT: LOCATION_DESIRED_ACCURACY = LOCATION_DESIRED_ACCURACY(…
860 pub const LOCATION_DESIRED_ACCURACY_HIGH: LOCATION_DESIRED_ACCURACY = LOCATION_DESIRED_ACCURACY(1i3…
861 impl ::std::convert::From<i32> for LOCATION_DESIRED_ACCURACY { implementation
866 unsafe impl ::windows::runtime::Abi for LOCATION_DESIRED_ACCURACY { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Sensors/
H A Dmod.rs225 pub type LOCATION_DESIRED_ACCURACY = i32; typedef
226 pub const LOCATION_DESIRED_ACCURACY_DEFAULT: LOCATION_DESIRED_ACCURACY = 0i32;
227 pub const LOCATION_DESIRED_ACCURACY_HIGH: LOCATION_DESIRED_ACCURACY = 1i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Geolocation/
H A Dmod.rs3185 …:windows::runtime::GUID) -> ::windows::runtime::Result<super::Sensors::LOCATION_DESIRED_ACCURACY> { in GetDesiredAccuracy() argument
3186 …let mut result__: <super::Sensors::LOCATION_DESIRED_ACCURACY as ::windows::runtime::Abi>::Abi = ::… in GetDesiredAccuracy()
3187 …ransmute(reporttype), &mut result__).from_abi::<super::Sensors::LOCATION_DESIRED_ACCURACY>(result_… in GetDesiredAccuracy()
3190 …onst ::windows::runtime::GUID, desiredaccuracy: super::Sensors::LOCATION_DESIRED_ACCURACY) -> ::wi… in SetDesiredAccuracy()
3234 …:windows::runtime::GUID, pdesiredaccuracy: *mut super::Sensors::LOCATION_DESIRED_ACCURACY) -> ::wi…
3236 …onst ::windows::runtime::GUID, desiredaccuracy: super::Sensors::LOCATION_DESIRED_ACCURACY) -> ::wi…