Home
last modified time | relevance | path

Searched refs:OSi_GetVFrame (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_valarm.c47 static s32 OSi_GetVFrame(s32 vcount);
333 currentVFrame = OSi_GetVFrame(currentVCount); in OS_SetVAlarm()
393 currentVFrame = OSi_GetVFrame(currentVCount); in OS_SetPeriodicVAlarm()
603 currentVFrame = OSi_GetVFrame(currentVCount - 1); in OSi_VAlarmHandler()
610 currentVFrame = OSi_GetVFrame(currentVCount); in OSi_VAlarmHandler()
726 static s32 OSi_GetVFrame(s32 vcount) in OSi_GetVFrame() function