Searched refs:WFS_GetBusyBitmap (Results 1 – 4 of 4) sorted by relevance
233 int WFS_GetBusyBitmap(void);
253 const int busy_bitmap = WFS_GetBusyBitmap(); in ModeParent()
284 const int busy_bitmap = WFS_GetBusyBitmap(); in DrawFrame()
691 int WFS_GetBusyBitmap(void) in WFS_GetBusyBitmap() function708 return ((1 << aid) & WFS_GetBusyBitmap()) != 0; in WFS_IsBusy()