17 #ifndef __LOCATION_DRIVER__H 18 #define __LOCATION_DRIVER__H 50 double *horiz_accuracy,
double *vert_accuracy);
52 unsigned interval_distance);
94 double *horiz_accuracy,
double *vert_accuracy);
105 unsigned interval_distance);
const char * config_get_location_driver_options(void)
Definition: location_driver.c:87
void init_location(void)
Definition: location_driver.c:210
location_driver_t location_corelocation
void find_location_driver(void)
Definition: location_driver.c:92
Definition: location_driver.h:36
location_driver_t location_android
Definition: android.c:207
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
void(* free)(void *data)
Definition: location_driver.h:44
const char * location_driver_find_ident(int index)
Definition: location_driver.c:70
bool driver_location_start(void)
Definition: location_driver.c:137
bool driver_location_get_position(double *lat, double *lon, double *horiz_accuracy, double *vert_accuracy)
Definition: location_driver.c:195
GLuint start
Definition: glext.h:6292
Definition: location_driver.h:38
typedef void(__stdcall *PFN_DESTRUCTION_CALLBACK)(void *pData)
void driver_location_set_interval(unsigned interval_msecs, unsigned interval_distance)
Definition: location_driver.c:173
Definition: location_driver.h:37
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: glext.h:6303
typedef bool(RETRO_CALLCONV *retro_replace_image_index_t)(unsigned index
Definition: location_driver.h:30
const char * ident
Definition: location_driver.h:53
Definition: location_driver.h:41
Definition: location_driver.h:31
static uint64_t state[MAX_PADS]
Definition: xenon360_input.c:33
void(* stop)(void *data)
Definition: location_driver.h:47
struct location_driver location_driver_t
void(* set_interval)(void *data, unsigned interval_msecs, unsigned interval_distance)
Definition: location_driver.h:51
Definition: location_driver.h:35
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
location_driver_t location_null
Definition: nulllocation.c:56
GLuint index
Definition: glext.h:6671
void driver_location_stop(void)
Definition: location_driver.c:159
Definition: location_driver.h:32
const void * location_driver_find_handle(int index)
Definition: location_driver.c:55
bool(* get_position)(void *data, double *lat, double *lon, double *horiz_accuracy, double *vert_accuracy)
Definition: location_driver.h:49
rarch_location_ctl_state
Definition: location_driver.h:28
bool location_driver_ctl(enum rarch_location_ctl_state state, void *data)
Definition: location_driver.c:248
Definition: location_driver.h:34
Definition: location_driver.h:33