Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/wireless_shared/wfs/include/
Dwfs.h310 void WFS_EnableSync(int sync_bitmap);
324 WFS_EnableSync(0); in WFS_DisableSync()
/TwlSDK-5.3.1/build/demos/mb/multiboot-wfs/parent/src/
Dparent.c151 WFS_EnableSync(0); in ModeSelect()
226 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in ModeParent()
/TwlSDK-5.3.1/build/demos/wm/wireless-all/src/
Dtest.c157 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in UpdateFrame()
/TwlSDK-5.3.1/build/demos/wireless_shared/wfs/src/
Dwfs_common.c765 void WFS_EnableSync(int sync_bitmap) in WFS_EnableSync() function