am ca34e29d: Merge "Fix headers to be inclued alone"

* commit 'ca34e29d94056bfc20b6b9ea8b36b41763acfe61':
  Fix headers to be inclued alone
This commit is contained in:
Andrew Hsieh
2014-01-16 09:09:58 -08:00
committed by Android Git Automerger
10 changed files with 18 additions and 2 deletions

View File

@@ -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

View File

@@ -21,6 +21,8 @@
extern "C" {
#endif
#include "OpenMAXAL.h"
/*---------------------------------------------------------------------------*/
/* Android common types */
/*---------------------------------------------------------------------------*/

View File

@@ -24,6 +24,8 @@
extern "C" {
#endif
#include "OpenSLES.h"
/*---------------------------------------------------------------------------*/
/* Android common types */
/*---------------------------------------------------------------------------*/

View File

@@ -29,6 +29,7 @@
#define _SYS_PRCTL_H
#include <linux/prctl.h>
#include <sys/cdefs.h>
__BEGIN_DECLS

View File

@@ -28,6 +28,7 @@
#ifndef _SYS_UTIME_H_
#define _SYS_UTIME_H_
#include <sys/types.h>
#include <linux/utime.h>
#endif /* _SYS_UTIME_H_ */

View File

@@ -3,6 +3,8 @@
/* $Revision: 10965 $ on $Date:: 2010-04-09 02:11:29 -0700 #$ */
#include <GLES/gl.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -3,6 +3,8 @@
/* $Revision: 10969 $ on $Date:: 2010-04-09 02:27:15 -0700 #$ */
#include <GLES2/gl2.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -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 */

View File

@@ -28,7 +28,7 @@ extern "C" {
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
#include <EGL/eglplatform.h>
#include <EGL/egl.h>
/*************************************************************/

View File

@@ -21,6 +21,8 @@
extern "C" {
#endif
#include "OpenSLES.h"
/*---------------------------------------------------------------------------*/
/* Android common types */
/*---------------------------------------------------------------------------*/