Searched refs:mUnmappedSourceBuffer64 (Results 1 - 2 of 2) sorted by path

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp1517 if (clientBufPtr->mUnmappedSourceBuffer64 == sourceBuffer) {
1593 clientBuffer->mUnmappedSourceBuffer64 = sourceBuffer;
1743 while (clientBuf && (clientBuf->mUnmappedSourceBuffer64 != *sourceBuffer))
1745 audioDebugIOLog(3, " checking against 0x%llx \n", clientBuf->mUnmappedSourceBuffer64);
1761 while (clientBuf && (clientBuf->mUnmappedSourceBuffer64 != *sourceBuffer)) {
1769 assert(clientBuf->mUnmappedSourceBuffer64 == *sourceBuffer);
H A DIOAudioEngineUserClient.h70 mach_vm_address_t mUnmappedSourceBuffer64; member in struct:IOAudioClientBuffer64

Completed in 242 milliseconds