Searched refs:EAS_GetRepeat (Results 1 - 7 of 7) sorted by relevance

/external/sonivox/arm-fm-22k/host_src/
H A Deas.h195 * EAS_GetRepeat()
215 EAS_PUBLIC EAS_RESULT EAS_GetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 *pRepeatCount);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas.h195 * EAS_GetRepeat()
215 EAS_PUBLIC EAS_RESULT EAS_GetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 *pRepeatCount);
/external/sonivox/arm-wt-22k/host_src/
H A Deas.h195 * EAS_GetRepeat()
215 EAS_PUBLIC EAS_RESULT EAS_GetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 *pRepeatCount);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_public.c1115 * EAS_GetRepeat()
1136 EAS_PUBLIC EAS_RESULT EAS_GetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 *pRepeatCount) function
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_public.c1115 * EAS_GetRepeat()
1136 EAS_PUBLIC EAS_RESULT EAS_GetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 *pRepeatCount) function
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c1127 * EAS_GetRepeat()
1148 EAS_PUBLIC EAS_RESULT EAS_GetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 *pRepeatCount) function
/external/sonivox/jet_tools/JetCreator/
H A Deas.py441 eas_logger.debug('Call EAS_GetRepeat')
444 result = eas_dll.EAS_GetRepeat(self.eas.handle, self.handle, byref(count))
446 raise EAS_Exception(result, 'EAS_GetRepeat error %d on file %s' % (result, self.path), 'EAS_GetRepeat')
447 eas_logger.debug('EAS_GetRepeat: count=%d' % count.value)

Completed in 58 milliseconds