Searched refs:TIMER_FUNC (Results 1 – 4 of 4) sorted by relevance
/hardware/nxp/keymint/transport/include/ |
D | IntervalTimer.h | 26 typedef void (*TIMER_FUNC)(union sigval); typedef 29 bool set(int ms,void *ptr, TIMER_FUNC cb); 31 bool create(void *ptr , TIMER_FUNC); 35 TIMER_FUNC mCb;
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | IntervalTimer.h | 46 typedef void (*TIMER_FUNC)(union sigval); typedef 49 bool set(int ms, void* ptr, TIMER_FUNC cb); 51 bool create(void* ptr, TIMER_FUNC); 55 TIMER_FUNC mCb;
|
D | IntervalTimer.cpp | 52 bool IntervalTimer::set(int ms, void* ptr, TIMER_FUNC cb) { in set() 86 bool IntervalTimer::create(void* ptr, TIMER_FUNC cb) { in create()
|
/hardware/nxp/keymint/transport/ |
D | IntervalTimer.cpp | 53 bool IntervalTimer::set(int ms, void* ptr, TIMER_FUNC cb) { in set() 87 bool IntervalTimer::create(void* ptr , TIMER_FUNC cb) { in create()
|