am ca34e29d: Merge "Fix headers to be inclued alone"
* commit 'ca34e29d94056bfc20b6b9ea8b36b41763acfe61': Fix headers to be inclued alone
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define ANDROID_TTS_ENGINE_PROPERTY_CONFIG "engineConfig"
|
||||
#define ANDROID_TTS_ENGINE_PROPERTY_PITCH "pitch"
|
||||
#define ANDROID_TTS_ENGINE_PROPERTY_RATE "rate"
|
||||
@@ -90,7 +92,7 @@ extern android_tts_engine_t *android_getTtsEngine();
|
||||
/* Including the old version for legacy support (Froyo compatibility).
|
||||
* This should return the same thing as android_getTtsEngine.
|
||||
*/
|
||||
extern "C" android_tts_engine_t *getTtsEngine();
|
||||
android_tts_engine_t *getTtsEngine();
|
||||
|
||||
// A callback type used to notify the framework of new synthetized
|
||||
// audio samples, status will be SYNTH_DONE for the last sample of
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "OpenMAXAL.h"
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Android common types */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "OpenSLES.h"
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Android common types */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define _SYS_PRCTL_H
|
||||
|
||||
#include <linux/prctl.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#ifndef _SYS_UTIME_H_
|
||||
#define _SYS_UTIME_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <linux/utime.h>
|
||||
|
||||
#endif /* _SYS_UTIME_H_ */
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
/* $Revision: 10965 $ on $Date:: 2010-04-09 02:11:29 -0700 #$ */
|
||||
|
||||
#include <GLES/gl.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
/* $Revision: 10969 $ on $Date:: 2010-04-09 02:27:15 -0700 #$ */
|
||||
|
||||
#include <GLES2/gl2.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
#ifndef _FTS_H_
|
||||
#define _FTS_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef struct {
|
||||
struct _ftsent *fts_cur; /* current node */
|
||||
struct _ftsent *fts_child; /* linked list of children */
|
||||
|
||||
@@ -28,7 +28,7 @@ extern "C" {
|
||||
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||
*/
|
||||
|
||||
#include <EGL/eglplatform.h>
|
||||
#include <EGL/egl.h>
|
||||
|
||||
/*************************************************************/
|
||||
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "OpenSLES.h"
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Android common types */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user