Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/wfs/
Dserver.h84 int sync_bitmap; /* Synchronizing */ member
242 return context->sync_bitmap; in WFS_GetServerSyncBitmap()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_server.c294 context->sync_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
318 const int sync = context->sync_bitmap; in WFS_CallServerPacketSendHook()
370 context->sync_bitmap = 0; in WFS_CallServerPacketSendHook()
450 context->sync_bitmap = 0; in WFS_InitServer()
586 context->sync_bitmap = (bitmap & ~1); in WFS_SetServerSync()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/src/
Dparent.c254 const int sync_bitmap = WFS_GetSyncBitmap(); in ModeParent() local
266 if ((bit & sync_bitmap) != 0) in ModeParent()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/include/
Dwfs.h310 void WFS_EnableSync(int sync_bitmap);
/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dtest.c285 const int sync_bitmap = WFS_GetSyncBitmap(); in DrawFrame() local
297 if ((bit & sync_bitmap) != 0) in DrawFrame()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/
Dwfs_common.c765 void WFS_EnableSync(int sync_bitmap) in WFS_EnableSync() argument
769 WFS_SetServerSync(static_work->server, sync_bitmap); in WFS_EnableSync()