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

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h695 * @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
715 * @function performErase
720 virtual void performErase( ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
825 * called which in turn calls performErase() and performFlush(). This is called automatically
H A DIOAudioEngine.cpp1889 performErase();
2062 performErase();
2070 void IOAudioEngine::performErase() function in class:IOAudioEngine
2072 audioDebugIOLog(7, "+ IOAudioEngine[%p]::performErase()\n", this);
2110 audioDebugIOLog(7, "IOAudioEngine[%p]::performErase() - erasing from frame: 0x%lx to 0x%lx\n", this, (long unsigned int)eraseHeadSampleFrame, (long unsigned int)numSampleFramesPerBuffer);
2111 audioDebugIOLog(7, "IOAudioEngine[%p]::performErase() - erasing from frame: 0x%x to 0x%lx\n", this, 0, (long unsigned int)currentSampleFrame);
2120 audioDebugIOLog(7, "IOAudioEngine[%p]::performErase() - erasing from frame: 0x%lx to 0x%lx\n", this, (long unsigned int)eraseHeadSampleFrame, (long unsigned int)currentSampleFrame);
2133 audioDebugIOLog(7, "- IOAudioEngine[%p]::performErase()\n", this);

Completed in 123 milliseconds