Searched refs:ESR_SessionType (Results 1 – 8 of 8) sorted by relevance
/external/srec/shared/include/ |
D | ESR_SessionTypeImpl.h | 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, 115 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeSetPropertyImpl(ESR_SessionType* self, 121 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeSetIntImpl(ESR_SessionType* self, [all …]
|
D | 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 …]
|
D | ESR_SessionType.h | 413 ESR_SessionType; typedef 421 ESR_SHARED_API ESR_ReturnCode ESR_SessionTypeCreate(ESR_SessionType** self);
|
D | ESR_Session.h | 647 ESR_SHARED_API ESR_ReturnCode ESR_SessionAddListener(ESR_SessionType* self, ESR_SessionTypeListener… 656 ESR_SHARED_API ESR_ReturnCode ESR_SessionRemoveListener(ESR_SessionType* self, ESR_SessionTypeListe…
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 39 ESR_ReturnCode ESR_SessionTypeCreate(ESR_SessionType** self) in ESR_SessionTypeCreate() 41 ESR_SessionType* Interface; in ESR_SessionTypeCreate() 50 Interface = NEW(ESR_SessionType, MTAG); in ESR_SessionTypeCreate() 120 ESR_ReturnCode ESR_SessionTypeGetPropertyImpl(ESR_SessionType* self, in ESR_SessionTypeGetPropertyImpl() 141 ESR_ReturnCode ESR_SessionTypeGetIntImpl(ESR_SessionType* self, in ESR_SessionTypeGetIntImpl() 161 ESR_ReturnCode ESR_SessionTypeGetUint16_tImpl(ESR_SessionType* self, in ESR_SessionTypeGetUint16_tImpl() 181 ESR_ReturnCode ESR_SessionTypeGetSize_tImpl(ESR_SessionType* self, in ESR_SessionTypeGetSize_tImpl() 202 ESR_ReturnCode ESR_SessionTypeGetFloatImpl(ESR_SessionType* self, in ESR_SessionTypeGetFloatImpl() 222 ESR_ReturnCode ESR_SessionTypeGetBoolImpl(ESR_SessionType* self, in ESR_SessionTypeGetBoolImpl() 242 ESR_ReturnCode ESR_SessionTypeGetLCHARImpl(ESR_SessionType* self, in ESR_SessionTypeGetLCHARImpl() [all …]
|
D | ESR_Session.c | 34 static ESR_SessionType* ESR_Session = NULL; 296 ESR_SHARED_API ESR_ReturnCode ESR_SessionAddListener(ESR_SessionType* self, ESR_SessionTypeListener… in ESR_SessionAddListener() 302 ESR_SHARED_API ESR_ReturnCode ESR_SessionRemoveListener(ESR_SessionType* self, ESR_SessionTypeListe… in ESR_SessionRemoveListener()
|
/external/srec/srec/Grammar/include/ |
D | SR_GrammarImpl.h | 95 ESR_SessionType* parameters;
|
/external/srec/srec/Recognizer/include/ |
D | SR_RecognizerImpl.h | 207 ESR_SessionType* parameters;
|