LibreOffice Module onlineupdate (master) 1
Macros | Functions
progressui_gonk.cxx File Reference
#include <assert.h>
#include <stdio.h>
#include <string>
#include "android/log.h"
#include "progressui.h"
Include dependency graph for progressui_gonk.cxx:

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)
 

Macro Definition Documentation

◆ LOG

#define LOG (   args...)    __android_log_print(ANDROID_LOG_INFO, "GeckoUpdater" , ## args)

Definition at line 17 of file progressui_gonk.cxx.

Function Documentation

◆ InitProgressUI()

int InitProgressUI ( int argc,
char ***  argv 
)

Definition at line 19 of file progressui_gonk.cxx.

Referenced by NS_main().

◆ QuitProgressUI()

void QuitProgressUI ( )

Definition at line 30 of file progressui_gonk.cxx.

References LOG.

Referenced by UpdateThreadFunc().

◆ ShowProgressUI()

int ShowProgressUI ( )

Definition at line 24 of file progressui_gonk.cxx.

References LOG.

Referenced by NS_main().

◆ UpdateProgressUI()

void UpdateProgressUI ( float  progress)

Definition at line 35 of file progressui_gonk.cxx.

References LOG.

Referenced by ActionList::Execute(), ActionList::Finish(), and ActionList::Prepare().