/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
H A D | osal_timer.c | 110 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 D | osal_timer.c | 113 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 D | osal_timer.c | 117 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 D | osal_timer.c | 134 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() function 139 EXPORT_SYMBOL(OsalTimerStartLoop);
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_timer.h | 128 int32_t OsalTimerStartLoop(OsalTimer *timer);
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 110 ret = OsalTimerStartLoop(&drvData->timer); in SensorEnableTest()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
H A D | osal_all_test.c | 326 OsalTimerStartLoop(&g_testTimerLoop1); in OsaTimerTest() 330 OsalTimerStartLoop(&g_testTimerLoop2); in OsaTimerTest()
|
/ohos5.0/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_encoder.c | 126 ret = OsalTimerStartLoop(&EncoderDrv->timer); in EncoderInit()
|
H A D | hdf_hid_adapter.c | 291 ret = OsalTimerStartLoop(&g_timer); in RepateEvent()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/ |
H A D | sensor_gravity_driver.c | 133 ret = OsalTimerStartLoop(&drvData->gravityTimer); in SetGravityEnable()
|
H A D | sensor_accel_driver.c | 148 ret = OsalTimerStartLoop(&drvData->accelTimer); in SetAccelEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/ |
H A D | sensor_barometer_driver.c | 123 ret = OsalTimerStartLoop(&drvData->barometerTimer); in SetBarometerEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/pedometer/ |
H A D | sensor_pedometer_driver.c | 125 ret = OsalTimerStartLoop(&drvData->pedometerTimer); in SetPedometerEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/ |
H A D | sensor_gyro_driver.c | 123 ret = OsalTimerStartLoop(&drvData->gyroTimer); in SetGyroEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/ |
H A D | sensor_humidity_driver.c | 123 ret = OsalTimerStartLoop(&drvData->humidityTimer); in SetHumidityEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/ |
H A D | sensor_magnetic_driver.c | 123 ret = OsalTimerStartLoop(&drvData->magneticTimer); in SetMagneticEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/proximity/ |
H A D | sensor_proximity_driver.c | 122 ret = OsalTimerStartLoop(&drvData->proximityTimer); in SetProximityEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/temperature/ |
H A D | sensor_temperature_driver.c | 124 ret = OsalTimerStartLoop(&drvData->temperatureTimer); in SetTemperatureEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_haptic.c | 319 if (OsalTimerStartLoop(&hapticData->timer) != HDF_SUCCESS) { in StartHaptic()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/ |
H A D | osal_all_test.c | 385 OsalTimerStartLoop(&g_testTimerLoop1); in OsaTimerTest() 389 OsalTimerStartLoop(&g_testTimerLoop2); in OsaTimerTest()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wifi_event.c | 200 OsalTimerStartLoop(&g_dhcpTimer); in HdfStartDhcpClient()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/ |
H A D | sensor_als_driver.c | 258 ret = OsalTimerStartLoop(&drvData->alsTimer); in SetAlsEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 234 if (OsalTimerStartLoop(&drvData->timer) != HDF_SUCCESS) { in TurnOnLight()
|
/ohos5.0/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.c | 475 OsalTimerStartLoop(esd->timer[devId]); in EsdCheckStartUp()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-sensor-des.md | 340 ret = OsalTimerStartLoop(&drvData->accelTimer);
|