OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:android_tts_engine_t
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/android/
tts.h
25
// that returns an '
android_tts_engine_t
' instance.
75
/* An
android_tts_engine_t
object can be anything, but must have,
85
}
android_tts_engine_t
;
typedef in typeref:struct:__anon76534
88
* and must return the address of an
android_tts_engine_t
library.
90
extern
android_tts_engine_t
*android_getTtsEngine();
95
android_tts_engine_t
*getTtsEngine();
128
// The table of function pointers that the
android_tts_engine_t
must point to.
Completed in 27 milliseconds
1
2