• Home
  • Raw
  • Download

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…
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) in picodata_cbReset()
102 picodata_CharBuffer picodata_newCharBuffer(picoos_MemoryManager mm, in picodata_newCharBuffer()
106 picodata_CharBuffer this; in picodata_newCharBuffer()
108 this = (picodata_CharBuffer) picoos_allocate(mm, sizeof(*this)); in picodata_newCharBuffer()
133 picodata_CharBuffer *this) in picodata_disposeCharBuffer()
145 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, in picodata_cbPutCh()
159 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this) in picodata_cbGetCh()
176 static pico_status_t data_cbGetItem(register picodata_CharBuffer this, in data_cbGetItem()
261 static pico_status_t data_cbPutItem(register picodata_CharBuffer this, in data_cbPutItem()
321 pico_status_t picodata_cbGetItem(register picodata_CharBuffer this, in picodata_cbGetItem()
328 pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this, in picodata_cbGetSpeechData()
337 pico_status_t picodata_cbPutItem(register picodata_CharBuffer this, in picodata_cbPutItem()
346 picoos_uint8 picodata_cbGetFrontItemType(register picodata_CharBuffer this) in picodata_cbGetFrontItemType()
610 picodata_CharBuffer cbIn, in picodata_newProcessingUnit()
611 picodata_CharBuffer cbOut, in picodata_newProcessingUnit()
646 picodata_CharBuffer picodata_getCbIn(picodata_ProcessingUnit this) in picodata_getCbIn()
656 picodata_CharBuffer picodata_getCbOut(picodata_ProcessingUnit this) in picodata_getCbOut()
666 pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn) in picodata_setCbIn()
678 pico_status_t picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut) in picodata_setCbOut()