Searched defs:picodata_CharBuffer (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicodata.h77 typedef struct picodata_char_buffer * picodata_CharBuffer; typedef in typeref:struct:picodata_char_buffer
79 picodata_CharBuffer picodata_newCharBuffer(picoos_MemoryManager mm,
83 picodata_CharBuffer * this);
86 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, picoos_char ch);
89 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this);
92 pico_status_t picodata_cbReset (register picodata_CharBuffer this);
301 pico_status_t picodata_cbGetItem(register picodata_CharBuffer this,
313 pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this,
324 pico_status_t picodata_cbPutItem(register picodata_CharBuffer this,
329 picoos_uint8 picodata_cbGetFrontItemType(register picodata_CharBuffer thi
[all...]

Completed in 63 milliseconds