Home
last modified time | relevance | path

Searched refs:ISensorCollection (Results 1 – 17 of 17) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsensorsapi.h31 typedef interface ISensorCollection ISensorCollection; typedef
33 interface ISensorCollection; variable
116 typedef interface ISensorCollection ISensorCollection; typedef
118 interface ISensorCollection; variable
325 ISensorCollection *This,
337 ISensorCollection *This,
342 ISensorCollection *This,
346 ISensorCollection *This,
350 ISensorCollection *This,
354 ISensorCollection *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsensorsapi.h31 typedef interface ISensorCollection ISensorCollection; typedef
33 interface ISensorCollection; variable
116 typedef interface ISensorCollection ISensorCollection; typedef
118 interface ISensorCollection; variable
325 ISensorCollection *This,
337 ISensorCollection *This,
342 ISensorCollection *This,
346 ISensorCollection *This,
350 ISensorCollection *This,
354 ISensorCollection *This,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/generic_sensor/
H A Dplatform_sensor_and_provider_unittest_win.cc46 ISensorCollection** sensors_found));
50 ISensorCollection** sensors_found));
60 ISensorCollection* sensors,
71 ISensorCollection> {
240 Invoke([](REFSENSOR_TYPE_ID type, ISensorCollection** collection) { in SetUnsupportedSensor()
251 [this](REFSENSOR_TYPE_ID type, ISensorCollection** collection) { in SetSupportedSensor()
253 __uuidof(ISensorCollection), in SetSupportedSensor()
411 .WillOnce(Invoke([](REFSENSOR_TYPE_ID, ISensorCollection** result) { in TEST_F()
H A Dplatform_sensor_reader_win.cc391 Microsoft::WRL::ComPtr<ISensorCollection> sensor_collection; in GetSensorForType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/generic_sensor/
H A Dplatform_sensor_and_provider_unittest_win.cc46 ISensorCollection** sensors_found));
50 ISensorCollection** sensors_found));
60 ISensorCollection* sensors,
71 ISensorCollection> {
240 Invoke([](REFSENSOR_TYPE_ID type, ISensorCollection** collection) { in SetUnsupportedSensor()
251 [this](REFSENSOR_TYPE_ID type, ISensorCollection** collection) { in SetSupportedSensor()
253 __uuidof(ISensorCollection), in SetSupportedSensor()
411 .WillOnce(Invoke([](REFSENSOR_TYPE_ID, ISensorCollection** result) { in TEST_F()
H A Dplatform_sensor_reader_win.cc391 Microsoft::WRL::ComPtr<ISensorCollection> sensor_collection; in GetSensorForType()
/dports/www/firefox-esr/firefox-91.8.0/hal/windows/
H A DWindowsSensor.cpp117 RefPtr<ISensorCollection> collection; in EnableSensorNotifications()
/dports/lang/spidermonkey78/firefox-78.9.0/hal/windows/
H A DWindowsSensor.cpp117 RefPtr<ISensorCollection> collection; in EnableSensorNotifications()
/dports/www/firefox/firefox-99.0/hal/windows/
H A DWindowsSensor.cpp117 RefPtr<ISensorCollection> collection; in EnableSensorNotifications()
/dports/mail/thunderbird/thunderbird-91.8.0/hal/windows/
H A DWindowsSensor.cpp117 RefPtr<ISensorCollection> collection; in EnableSensorNotifications()
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/windows/
H A DWindowsSensor.cpp127 RefPtr<ISensorCollection> collection; in EnableSensorNotifications()
/dports/lang/spidermonkey60/firefox-60.9.0/hal/windows/
H A DWindowsSensor.cpp118 RefPtr<ISensorCollection> collection; in EnableSensorNotifications()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Sensors/
H A Dmod.rs484 pub struct ISensorCollection(::windows::runtime::IUnknown); struct
485 impl ISensorCollection { implementation
507 unsafe impl ::windows::runtime::Interface for ISensorCollection { implementation
511 impl ::std::convert::From<ISensorCollection> for ::windows::runtime::IUnknown {
512 fn from(value: ISensorCollection) -> Self { in from()
516 impl ::std::convert::From<&ISensorCollection> for ::windows::runtime::IUnknown {
517 fn from(value: &ISensorCollection) -> Self { in from()
521 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISensorCollection { implementation
526 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ISensorCollection { implementation
660 … let mut result__: <ISensorCollection as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed(); in GetSensorsByCategory()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dsensors.cpp161 ISensorCollection *pInclinometers; in HookWindowsSensors()
/dports/x11/controllermap/SDL2-2.0.18/src/sensor/windows/
H A DSDL_windowssensor.c347 ISensorCollection *sensor_collection = NULL; in SDL_WINDOWS_SensorInit()
/dports/devel/sdl20/SDL2-2.0.18/src/sensor/windows/
H A DSDL_windowssensor.c347 ISensorCollection *sensor_collection = NULL; in SDL_WINDOWS_SensorInit()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Sensors/
H A Dmod.rs220 pub type ISensorCollection = *mut ::core::ffi::c_void; typedef