Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/include/
Dwfs.h262 BOOL WFS_GetCurrentDownloadProgress(int *current_count, int *total_count);
/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dtest.c341 if (WFS_GetCurrentDownloadProgress(&current, &total)) in DrawFrame()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/
Dchild.c492 if (WFS_GetCurrentDownloadProgress(&current, &total)) in ModeChildOverlay()
/TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/
Dwfs_common.c783 BOOL WFS_GetCurrentDownloadProgress(int *current, int *total) in WFS_GetCurrentDownloadProgress() function