|
LibreOffice Module onlineupdate (master) 1
|
#include <assert.h>#include <stdio.h>#include <string>#include "android/log.h"#include "progressui.h"Go to the source code of this file.
Macros | |
| #define | LOG(args...) __android_log_print(ANDROID_LOG_INFO, "GeckoUpdater" , ## args) |
Functions | |
| int | InitProgressUI (int *argc, char ***argv) |
| int | ShowProgressUI () |
| void | QuitProgressUI () |
| void | UpdateProgressUI (float progress) |
| #define LOG | ( | args... | ) | __android_log_print(ANDROID_LOG_INFO, "GeckoUpdater" , ## args) |
Definition at line 17 of file progressui_gonk.cxx.
Definition at line 19 of file progressui_gonk.cxx.
Referenced by NS_main().
| void QuitProgressUI | ( | ) |
Definition at line 30 of file progressui_gonk.cxx.
References LOG.
Referenced by UpdateThreadFunc().
| int ShowProgressUI | ( | ) |
| void UpdateProgressUI | ( | float | progress | ) |
Definition at line 35 of file progressui_gonk.cxx.
References LOG.
Referenced by ActionList::Execute(), ActionList::Finish(), and ActionList::Prepare().