Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/src/
Dparent.c176 BOOL is_parent_sync = ((WFS_GetSyncBitmap() & ~1) == (WFS_GetCurrentBitmap() & ~1)); in ModeParent()
226 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in ModeParent()
252 const int cur_bitmap = WFS_GetCurrentBitmap(); in ModeParent()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/include/
Dwfs.h209 int WFS_GetCurrentBitmap(void);
/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dtest.c157 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in UpdateFrame()
283 const int cur_bitmap = WFS_GetCurrentBitmap(); in DrawFrame()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/
Dwfs_common.c661 int WFS_GetCurrentBitmap(void) in WFS_GetCurrentBitmap() function