Searched refs:performErase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.h688 * @discussion This method is called by timerCallback to indicate the timer has fired. This method calls performErase() and performFlush() to do erase head processing and
708 * @function performErase
713 virtual void performErase();
818 * called which in turn calls performErase() and performFlush(). This is called automatically
H A DIOAudioEngine.cpp1889 performErase();
2052 performErase();
2060 void IOAudioEngine::performErase() function in class:IOAudioEngine
2062 audioDebugIOLog(7, "+ IOAudioEngine[%p]::performErase()\n", this);
2100 audioDebugIOLog(7, "IOAudioEngine[%p]::performErase() - erasing from frame: 0x%lx to 0x%lx\n", this, (long unsigned int)eraseHeadSampleFrame, (long unsigned int)numSampleFramesPerBuffer);
2101 audioDebugIOLog(7, "IOAudioEngine[%p]::performErase() - erasing from frame: 0x%x to 0x%lx\n", this, 0, (long unsigned int)currentSampleFrame);
2110 audioDebugIOLog(7, "IOAudioEngine[%p]::performErase() - erasing from frame: 0x%lx to 0x%lx\n", this, (long unsigned int)eraseHeadSampleFrame, (long unsigned int)currentSampleFrame);
2123 audioDebugIOLog(7, "- IOAudioEngine[%p]::performErase()\n", this);

Completed in 64 milliseconds