Searched refs:timerQuery (Results 1 – 3 of 3) sorted by relevance
98 if (g_timerApi[timerType].timerQuery == NULL) { in PRT_TimerQuery()103 ret = g_timerApi[timerType].timerQuery(tmrHandle, expireTime); in PRT_TimerQuery()
45 TimerQueryFunc timerQuery; member
68 g_timerApi[TIMER_TYPE_SWTMR].timerQuery = (TimerQueryFunc)OsSwTmrQuery; in OsSwTimerGroupCreate()