Home
last modified time | relevance | path

Searched refs:OsalTimerStartLoop (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_timer.c110 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() function
147 return OsalTimerStartLoop(timer); in OsalTimerSetTimeout()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_timer.c113 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() function
155 return OsalTimerStartLoop(timer); in OsalTimerSetTimeout()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_timer.c117 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() function
159 return OsalTimerStartLoop(timer); in OsalTimerSetTimeout()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_timer.c134 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() function
139 EXPORT_SYMBOL(OsalTimerStartLoop);
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_timer.h128 int32_t OsalTimerStartLoop(OsalTimer *timer);
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c110 ret = OsalTimerStartLoop(&drvData->timer); in SensorEnableTest()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c326 OsalTimerStartLoop(&g_testTimerLoop1); in OsaTimerTest()
330 OsalTimerStartLoop(&g_testTimerLoop2); in OsaTimerTest()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_encoder.c126 ret = OsalTimerStartLoop(&EncoderDrv->timer); in EncoderInit()
H A Dhdf_hid_adapter.c291 ret = OsalTimerStartLoop(&g_timer); in RepateEvent()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/
H A Dsensor_gravity_driver.c133 ret = OsalTimerStartLoop(&drvData->gravityTimer); in SetGravityEnable()
H A Dsensor_accel_driver.c148 ret = OsalTimerStartLoop(&drvData->accelTimer); in SetAccelEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/
H A Dsensor_barometer_driver.c123 ret = OsalTimerStartLoop(&drvData->barometerTimer); in SetBarometerEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/pedometer/
H A Dsensor_pedometer_driver.c125 ret = OsalTimerStartLoop(&drvData->pedometerTimer); in SetPedometerEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.c123 ret = OsalTimerStartLoop(&drvData->gyroTimer); in SetGyroEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/
H A Dsensor_humidity_driver.c123 ret = OsalTimerStartLoop(&drvData->humidityTimer); in SetHumidityEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/
H A Dsensor_magnetic_driver.c123 ret = OsalTimerStartLoop(&drvData->magneticTimer); in SetMagneticEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/proximity/
H A Dsensor_proximity_driver.c122 ret = OsalTimerStartLoop(&drvData->proximityTimer); in SetProximityEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/temperature/
H A Dsensor_temperature_driver.c124 ret = OsalTimerStartLoop(&drvData->temperatureTimer); in SetTemperatureEnable()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_haptic.c319 if (OsalTimerStartLoop(&hapticData->timer) != HDF_SUCCESS) { in StartHaptic()
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c385 OsalTimerStartLoop(&g_testTimerLoop1); in OsaTimerTest()
389 OsalTimerStartLoop(&g_testTimerLoop2); in OsaTimerTest()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c200 OsalTimerStartLoop(&g_dhcpTimer); in HdfStartDhcpClient()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/
H A Dsensor_als_driver.c258 ret = OsalTimerStartLoop(&drvData->alsTimer); in SetAlsEnable()
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c234 if (OsalTimerStartLoop(&drvData->timer) != HDF_SUCCESS) { in TurnOnLight()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.c475 OsalTimerStartLoop(esd->timer[devId]); in EsdCheckStartUp()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-sensor-des.md340 ret = OsalTimerStartLoop(&drvData->accelTimer);

12