/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.h | 22 OsalTimer timer; member
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_encoder.h | 23 OsalTimer timer;
member
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_timer.c | 47 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 D | osal_timer.c | 47 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 D | osal_timer.c | 46 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 D | osal_timer.c | 37 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 D | touch_ft5406.h | 55 struct timer_list timer; member
|
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_haptic.h | 50 OsalTimer timer; member
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_listener_u.c | 93 struct PlatformUserListenerTimerParam *timer = NULL; in TimerOnDevEventReceive() local
|
/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 158 OsalTimer timer; member
|
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 159 OsalTimer **timer; member
|