HomeSort by relevance Sort by last modified time
    Searched refs:ESR_SessionType (Results 1 - 8 of 8) sorted by null

  /external/srec/shared/include/
ESR_SessionTypeImpl.h 27 #include "ESR_SessionType.h"
34 * ESR_SessionType implementation data.
66 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetPropertyImpl(ESR_SessionType* self,
73 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetIntImpl(ESR_SessionType* self,
79 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetUint16_tImpl(ESR_SessionType* self,
85 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetSize_tImpl(ESR_SessionType* self,
91 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetFloatImpl(ESR_SessionType* self,
97 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetBoolImpl(ESR_SessionType* self,
103 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeGetLCHARImpl(ESR_SessionType* self,
109 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeContainsImpl(ESR_SessionType* self
    [all...]
ESR_SessionImpl.h 34 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetPropertyImpl(ESR_SessionType* self,
41 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetIntImpl(ESR_SessionType* self,
47 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetSize_tImpl(ESR_SessionType* self,
53 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetFloatImpl(ESR_SessionType* self,
59 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBoolImpl(ESR_SessionType* self,
65 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetLCHARImpl(ESR_SessionType* self,
71 ESR_SHARED_API ESR_ReturnCode ESR_SessionContainsImpl(ESR_SessionType* self,
77 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetPropertyImpl(ESR_SessionType* self,
84 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetIntImpl(ESR_SessionType* self,
90 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetSize_tImpl(ESR_SessionType* self
    [all...]
ESR_SessionType.h 2 * ESR_SessionType.h *
33 * @addtogroup ESR_SessionTypeModule ESR_SessionType API functions
47 * @param self ESR_SessionType handle
57 * @param self ESR_SessionType handle
66 * @param self ESR_SessionType handle
83 * @param self ESR_SessionType handle
93 * @param self ESR_SessionType handle
102 * @param self ESR_SessionType handle
111 * @param self ESR_SessionType handle
122 * @param self ESR_SessionType handl
    [all...]
ESR_Session.h 29 #include "ESR_SessionType.h"
643 * @param self ESR_SessionType handle
647 ESR_SHARED_API ESR_ReturnCode ESR_SessionAddListener(ESR_SessionType* self, ESR_SessionTypeListenerPair* listener);
652 * @param self ESR_SessionType handle
656 ESR_SHARED_API ESR_ReturnCode ESR_SessionRemoveListener(ESR_SessionType* self, ESR_SessionTypeListenerPair* listener);
  /external/srec/shared/src/
SessionTypeImpl.c 21 #include "ESR_SessionType.h"
39 ESR_ReturnCode ESR_SessionTypeCreate(ESR_SessionType** self)
41 ESR_SessionType* Interface;
50 Interface = NEW(ESR_SessionType, MTAG);
120 ESR_ReturnCode ESR_SessionTypeGetPropertyImpl(ESR_SessionType* self,
141 ESR_ReturnCode ESR_SessionTypeGetIntImpl(ESR_SessionType* self,
161 ESR_ReturnCode ESR_SessionTypeGetUint16_tImpl(ESR_SessionType* self,
181 ESR_ReturnCode ESR_SessionTypeGetSize_tImpl(ESR_SessionType* self,
202 ESR_ReturnCode ESR_SessionTypeGetFloatImpl(ESR_SessionType* self,
222 ESR_ReturnCode ESR_SessionTypeGetBoolImpl(ESR_SessionType* self
    [all...]
ESR_Session.c 22 #include "ESR_SessionType.h"
34 static ESR_SessionType* ESR_Session = NULL;
296 ESR_SHARED_API ESR_ReturnCode ESR_SessionAddListener(ESR_SessionType* self, ESR_SessionTypeListenerPair* listener)
302 ESR_SHARED_API ESR_ReturnCode ESR_SessionRemoveListener(ESR_SessionType* self, ESR_SessionTypeListenerPair* listener)
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 30 #include "ESR_SessionType.h"
95 ESR_SessionType* parameters;
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 28 #include "ESR_SessionType.h"
207 ESR_SessionType* parameters;

Completed in 96 milliseconds