Home
last modified time | relevance | path

Searched refs:SensorInterface (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_if.h60 struct SensorInterface { struct
197 * @brief Creates a <b>SensorInterface</b> instance.
209 const struct SensorInterface *NewSensorInterfaceInstance(void);
212 * @brief Releases the <b>SensorInterface</b> instance.
/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h58 void GetSensorDeviceMethods(struct SensorInterface *device);
/drivers/peripheral/sensor/hal/src/
H A Dsensor_manager.c150 const struct SensorInterface *NewSensorInterfaceInstance(void) in NewSensorInterfaceInstance()
152 static struct SensorInterface sensorDevInstance; in NewSensorInterfaceInstance()
H A Dsensor_controller.c481 void GetSensorDeviceMethods(struct SensorInterface *device) in GetSensorDeviceMethods()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.h46 const SensorInterface *sensorInterface;
/drivers/peripheral/sensor/test/performance/common/
H A Dhdf_sensor_performance_test.cpp34 const struct SensorInterface *g_sensorPerformanceDev = nullptr;
/drivers/peripheral/sensor/test/unittest/common/
H A Dhdf_sensor_test.cpp75 const struct SensorInterface *g_sensorDev = nullptr;
177 const struct SensorInterface *sensorDev = NewSensorInterfaceInstance(); in HWTEST_F()

Completed in 6 milliseconds