Home | History | Annotate | Download | only in lib

Lines Matching refs:picodata_CharBuffer

51 typedef pico_status_t (* picodata_cbPutItemMethod) (register picodata_CharBuffer this,
55 typedef pico_status_t (* picodata_cbGetItemMethod) (register picodata_CharBuffer this,
59 typedef pico_status_t (* picodata_cbSubResetMethod) (register picodata_CharBuffer this);
60 typedef pico_status_t (* picodata_cbSubDeallocateMethod) (register picodata_CharBuffer this, picoos_MemoryManager mm);
81 static pico_status_t data_cbPutItem(register picodata_CharBuffer this,
85 static pico_status_t data_cbGetItem(register picodata_CharBuffer this,
89 pico_status_t picodata_cbReset(register picodata_CharBuffer this)
102 picodata_CharBuffer picodata_newCharBuffer(picoos_MemoryManager mm,
106 picodata_CharBuffer this;
108 this = (picodata_CharBuffer) picoos_allocate(mm, sizeof(*this));
133 picodata_CharBuffer *this)
145 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this,
159 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this)
176 static pico_status_t data_cbGetItem(register picodata_CharBuffer this,
261 static pico_status_t data_cbPutItem(register picodata_CharBuffer this,
321 pico_status_t picodata_cbGetItem(register picodata_CharBuffer this,
328 pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this,
337 pico_status_t picodata_cbPutItem(register picodata_CharBuffer this,
346 picoos_uint8 picodata_cbGetFrontItemType(register picodata_CharBuffer this)
610 picodata_CharBuffer cbIn,
611 picodata_CharBuffer cbOut,
646 picodata_CharBuffer picodata_getCbIn(picodata_ProcessingUnit this)
656 picodata_CharBuffer picodata_getCbOut(picodata_ProcessingUnit this)
666 pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn)
678 pico_status_t picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut)