Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 13 of 13) sorted by relevance

/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
Dosal_timer.c46 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate()
70 static int32_t OsalStartTimer(OsalTimer *timer, U8 mode) in OsalStartTimer()
110 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop()
115 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce()
120 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout()
150 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_timer.c37 struct timer_list timer; member
81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate()
108 static int32_t OsalTimerStart(OsalTimer *timer, OsalTimerMode mode) in OsalTimerStart()
128 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce()
134 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop()
141 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout()
162 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_timer.c47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate()
72 static int32_t OsalStartTimer(OsalTimer *timer, UINT8 mode) in OsalStartTimer()
113 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop()
118 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce()
123 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout()
158 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
Dosal_timer.c47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate()
71 static int32_t OsalStartTimer(OsalTimer *timer, UINT8 mode) in OsalStartTimer()
117 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop()
122 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce()
127 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout()
162 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
/drivers/hdf_core/interfaces/inner_api/osal/shared/
Dosal_timer.h55 #define OSAL_DECLARE_TIMER(timer) OsalTimer timer argument
/drivers/hdf_core/framework/test/unittest/sensor/
Dhdf_sensor_test.h22 OsalTimer timer; member
/drivers/hdf_core/framework/model/input/driver/
Dhdf_encoder.h23 OsalTimer timer; member
/drivers/hdf_core/framework/model/input/driver/touchscreen/
Dtouch_ft5406.h55 struct timer_list timer; member
/drivers/peripheral/power/interfaces/hdi_service/src/
Drunning_lock_timer_handler.cpp129 for (auto &timer : runninglockTimerMap_) { in Clean() local
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
Dvibrator_haptic.h50 OsalTimer timer; member
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_listener_u.c93 struct PlatformUserListenerTimerParam *timer = NULL; in TimerOnDevEventReceive() local
/drivers/hdf_core/framework/model/misc/light/driver/include/
Dlight_driver.h158 OsalTimer timer; member
/drivers/hdf_core/framework/model/display/driver/
Dhdf_disp.h159 OsalTimer **timer; member