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

  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 129 typedef ESR_ReturnCode(*SR_RecognizerLockFunction)(ESR_LOCKMODE mode, void* data);
485 ESR_ReturnCode(*setLockFunction)(struct SR_Recognizer_t *self, SR_RecognizerLockFunction function, void* data);
    [all...]
SR_RecognizerImpl.h 259 SR_RecognizerLockFunction lockFunction;
530 SREC_RECOGNIZER_API ESR_ReturnCode SR_RecognizerSetLockFunctionImpl(SR_Recognizer *self, SR_RecognizerLockFunction function, void* data);
  /external/srec/srec/Recognizer/src/
Recognizer.c 373 ESR_ReturnCode SR_RecognizerSetLockFunction(SR_Recognizer* self, SR_RecognizerLockFunction function, void* data)
RecognizerImpl.c     [all...]

Completed in 5145 milliseconds