navit  0.5.3-trunk
speech_android.c File Reference
#include <stdlib.h>
#include <glib.h>
#include "config.h"
#include "item.h"
#include "debug.h"
#include "plugin.h"
#include "android.h"
#include "speech.h"

Data Structures

struct  speech_priv
 

Functions

static int speech_android_say (struct speech_priv *this, const char *text)
 
static void speech_android_destroy (struct speech_priv *this)
 
static int speech_android_init (struct speech_priv *ret)
 
static struct speech_privspeech_android_new (struct speech_methods *meth, struct attr **attrs, struct attr *parent)
 
void plugin_init (void)
 The plugin entry point. More...
 

Variables

static struct speech_methods speech_android_meth
 

Function Documentation

◆ plugin_init()

void plugin_init ( void  )

The plugin entry point.

Returns
nothing

The plugin entry point

References speech_android_new().

◆ speech_android_destroy()

static void speech_android_destroy ( struct speech_priv this)
static

◆ speech_android_init()

◆ speech_android_new()

static struct speech_priv* speech_android_new ( struct speech_methods meth,
struct attr **  attrs,
struct attr parent 
)
static

◆ speech_android_say()

static int speech_android_say ( struct speech_priv this,
const char *  text 
)
static

References dbg, jnienv, and lvl_debug.

Variable Documentation

◆ speech_android_meth

struct speech_methods speech_android_meth
static
Initial value:
= {
}
static int speech_android_say(struct speech_priv *this, const char *text)
Definition: speech_android.c:36
static void speech_android_destroy(struct speech_priv *this)
Definition: speech_android.c:57

Referenced by speech_android_new().