HomeSort by relevance Sort by last modified time
    Searched full:restorepos (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_tcdata.h 52 EAS_I32 restorePos; /* return to here after block */
eas_wavefile.c 750 EAS_I32 restorePos;
764 if ((result = EAS_HWFilePos(pEASData->hwInstData, pWaveData->fileHandle, &restorePos)) != EAS_SUCCESS)
831 return EAS_HWFileSeek(pEASData->hwInstData, pWaveData->fileHandle, restorePos);
eas_tonecontrol.c 794 if ((result = EAS_HWFilePos(pEASData->hwInstData, pData->fileHandle, &pData->restorePos)) != EAS_SUCCESS)
836 return EAS_HWFileSeek(pEASData->hwInstData, pData->fileHandle, pData->restorePos);

Completed in 111 milliseconds