Home
last modified time | relevance | path

Searched defs:timer (Results 1 - 11 of 11) sorted by relevance

/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.h22 OsalTimer timer; member
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_encoder.h23 OsalTimer timer; member
/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() argument
72 static int32_t OsalStartTimer(OsalTimer *timer, UINT8 mode) in OsalStartTimer() argument
113 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() argument
118 OsalTimerStartOnce(OsalTimer *timer) OsalTimerStartOnce() argument
123 OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) OsalTimerSetTimeout() argument
158 OsalTimerDelete(OsalTimer *timer) OsalTimerDelete() argument
[all...]
/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() argument
71 static int32_t OsalStartTimer(OsalTimer *timer, UINT8 mode) in OsalStartTimer() argument
117 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() argument
122 OsalTimerStartOnce(OsalTimer *timer) OsalTimerStartOnce() argument
127 OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) OsalTimerSetTimeout() argument
162 OsalTimerDelete(OsalTimer *timer) OsalTimerDelete() argument
[all...]
/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() argument
70 static int32_t OsalStartTimer(OsalTimer *timer, U8 mode) in OsalStartTimer() argument
110 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() argument
115 OsalTimerStartOnce(OsalTimer *timer) OsalTimerStartOnce() argument
120 OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) OsalTimerSetTimeout() argument
150 OsalTimerDelete(OsalTimer *timer) OsalTimerDelete() argument
[all...]
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_timer.c37 struct timer_list timer; member
81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_ argument
108 OsalTimerStart(OsalTimer *timer, OsalTimerMode mode) OsalTimerStart() argument
128 OsalTimerStartOnce(OsalTimer *timer) OsalTimerStartOnce() argument
134 OsalTimerStartLoop(OsalTimer *timer) OsalTimerStartLoop() argument
141 OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) OsalTimerSetTimeout() argument
162 OsalTimerDelete(OsalTimer *timer) OsalTimerDelete() argument
[all...]
/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5406.h55 struct timer_list timer; member
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_haptic.h50 OsalTimer timer; member
/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_listener_u.c93 struct PlatformUserListenerTimerParam *timer = NULL; in TimerOnDevEventReceive() local
/drivers/hdf_core/framework/model/misc/light/driver/include/
H A Dlight_driver.h158 OsalTimer timer; member
/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h159 OsalTimer **timer; member

Completed in 6 milliseconds