Home
last modified time | relevance | path

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

12

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_timer.c81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
106 EXPORT_SYMBOL(OsalTimerCreate);
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_timer.h76 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg);
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c324 …ret = OsalTimerCreate(&g_testTimerLoop1, g_timerPeriod1, TimerLoopTest1, (uintptr_t)&g_timerPeriod… in OsaTimerTest()
328 …ret = OsalTimerCreate(&g_testTimerLoop2, g_timerPeriod2, TimerLoopTest2, (uintptr_t)&g_timerPeriod… in OsaTimerTest()
332 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTest()
354 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTestStop()
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c383 …ret = OsalTimerCreate(&g_testTimerLoop1, g_timerPeriod1, TimerLoopTest1, (uintptr_t)&g_timerPeriod… in OsaTimerTest()
387 …ret = OsalTimerCreate(&g_testTimerLoop2, g_timerPeriod2, TimerLoopTest2, (uintptr_t)&g_timerPeriod… in OsaTimerTest()
391 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTest()
411 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTestStop()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_timer.c46 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_timer.c47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_timer.c47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c104 …ret = OsalTimerCreate(&drvData->timer, SENSOR_TIMER_MIN_TIME, SensorTestTimerEntry, (uintptr_t)drv… in SensorEnableTest()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_encoder.c121 ret = OsalTimerCreate(&EncoderDrv->timer, TIMER_INTERVAL_ENCODER, EncoderTimerFunc, EncoderDrv); in EncoderInit()
H A Dhdf_hid_adapter.c286 ret = OsalTimerCreate(&g_timer, TIMER_INTERVAL, TimerFunc, (uintptr_t)device); in RepateEvent()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/
H A Dsensor_gravity_driver.c127 …ret = OsalTimerCreate(&drvData->gravityTimer, GRAVITY_TIMER_MAX_TIME, GravityTimerEntry, (uintptr_… in SetGravityEnable()
H A Dsensor_accel_driver.c142 …ret = OsalTimerCreate(&drvData->accelTimer, SENSOR_TIMER_MIN_TIME, AccelTimerEntry, (uintptr_t)drv… in SetAccelEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/
H A Dsensor_barometer_driver.c117 …ret = OsalTimerCreate(&drvData->barometerTimer, SENSOR_TIMER_MIN_TIME, BarometerTimerEntry, (uintp… in SetBarometerEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/pedometer/
H A Dsensor_pedometer_driver.c119 …ret = OsalTimerCreate(&drvData->pedometerTimer, SENSOR_TIMER_MIN_TIME, PedometerTimerEntry, (uintp… in SetPedometerEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.c117 …ret = OsalTimerCreate(&drvData->gyroTimer, SENSOR_TIMER_MIN_TIME, GyroTimerEntry, (uintptr_t)drvDa… in SetGyroEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/
H A Dsensor_humidity_driver.c117 …ret = OsalTimerCreate(&drvData->humidityTimer, SENSOR_TIMER_MIN_TIME, HumidityTimerEntry, (uintptr… in SetHumidityEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/
H A Dsensor_magnetic_driver.c117 …ret = OsalTimerCreate(&drvData->magneticTimer, SENSOR_TIMER_MIN_TIME, MagneticTimerEntry, (uintptr… in SetMagneticEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/proximity/
H A Dsensor_proximity_driver.c116 …ret = OsalTimerCreate(&drvData->proximityTimer, SENSOR_TIMER_MIN_TIME, ProximityTimerEntry, (uintp… in SetProximityEnable()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/temperature/
H A Dsensor_temperature_driver.c118 …ret = OsalTimerCreate(&drvData->temperatureTimer, SENSOR_TIMER_MIN_TIME, TemperatureTimerEntry, (u… in SetTemperatureEnable()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_haptic.c314 …if (OsalTimerCreate(&hapticData->timer, duration, HapticTimerEntry, (uintptr_t)hapticData) != HDF_… in StartHaptic()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c199 OsalTimerCreate(&g_dhcpTimer, DHCP_CHECK_TIME, HdfDhcpResultCheck, (uintptr_t)netDev); in HdfStartDhcpClient()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/
H A Dsensor_als_driver.c252 …ret = OsalTimerCreate(&drvData->alsTimer, SENSOR_TIMER_MIN_TIME, AlsTimerEntry, (uintptr_t)drvData… in SetAlsEnable()
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c229 …if (OsalTimerCreate(&drvData->timer, LIGHT_WAIT_TIME, LightTimerEntry, (uintptr_t)lightId) != HDF_… in TurnOnLight()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.c473 OsalTimerCreate(esd->timer[devId], esd->panelEsd[devId]->interval, in EsdCheckStartUp()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-sensor-des.md334 …ret = OsalTimerCreate(&drvData->accelTimer, SENSOR_TIMER_MIN_TIME, AccelTimerEntry, (uintptr_t)drv…

12