Lines Matching full:engine
116 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*)"problem (re-)initializing the engine");
492 * Engine
495 /** object : Engine
517 * performs an engine reset
518 * @param this : the engine object
544 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*) "problem resetting engine");
550 * checks an engine handle
551 * @param this : the engine object
553 * @return non-zero if 'this' is a valid engine handle
564 * creates a new engine object
565 * @param mm : memory manager to be used for this engine
566 * @param rm : resource manager to be used for this engine
567 * @param voiceName : voice definition to be used for this engine
569 * @return new engine handle
585 PICODBG_DEBUG(("creating engine for voice '%s'",voiceName));
654 * disposes an engine object
655 * @param mm : memory manager associated to the engine
656 * @param rm : resource manager associated to the engine
657 * @param this : handle of the engine to dispose
682 * resets the exception manager of an engine
683 * @param this : handle of the engine
696 * returns the engine common pointer
697 * @param this : handle of the engine
699 * @return the engine common pointer
713 * feed raw 'text' into 'engine'. text may contain '\\0'.
714 * @param this : handle of the engine
739 * gets engine output bytes
740 * @param this : handle of the engine
796 * @param this : handle of the engine
816 * @param this : handle of the engine