RetroArch
Classes | Typedefs | Functions | Variables
android.c File Reference
#include "../location_driver.h"
Include dependency graph for android.c:

Classes

struct  android_location
 

Typedefs

typedef struct android_location androidlocation_t
 

Functions

static voidandroid_location_init (void)
 
static void android_location_free (void *data)
 
static bool android_location_start (void *data)
 
static void android_location_stop (void *data)
 
static bool android_location_get_position (void *data, double *latitude, double *longitude, double *horiz_accuracy, double *vert_accuracy)
 
static void android_location_set_interval (void *data, unsigned interval_ms, unsigned interval_distance)
 

Variables

location_driver_t location_android
 

Typedef Documentation

◆ androidlocation_t

Function Documentation

◆ android_location_free()

static void android_location_free ( void data)
static
Here is the call graph for this function:

◆ android_location_get_position()

static bool android_location_get_position ( void data,
double *  latitude,
double *  longitude,
double *  horiz_accuracy,
double *  vert_accuracy 
)
static
Here is the call graph for this function:

◆ android_location_init()

static void* android_location_init ( void  )
static
Here is the call graph for this function:

◆ android_location_set_interval()

static void android_location_set_interval ( void data,
unsigned  interval_ms,
unsigned  interval_distance 
)
static

◆ android_location_start()

static bool android_location_start ( void data)
static

◆ android_location_stop()

static void android_location_stop ( void data)
static

Variable Documentation

◆ location_android

location_driver_t location_android
Initial value:
= {
"android",
}
static void android_location_stop(void *data)
Definition: android.c:134
static bool android_location_get_position(void *data, double *latitude, double *longitude, double *horiz_accuracy, double *vert_accuracy)
Definition: android.c:146
static bool android_location_start(void *data)
Definition: android.c:120
static void android_location_free(void *data)
Definition: android.c:106
static void android_location_set_interval(void *data, unsigned interval_ms, unsigned interval_distance)
Definition: android.c:193
static void * android_location_init(void)
Definition: android.c:32