Searched refs:getStartingChannelID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioStream.h273 virtual UInt32 getStartingChannelID() AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngine.cpp285 startingChannelID1 = stream1->getStartingChannelID();
286 startingChannelID2 = stream2->getStartingChannelID();
H A DIOAudioEngineUserClient.cpp1462 audioDebugIOLog(3, "+-IOAudioEngineUserClient[%p]::registerClientBuffer 32 bit version Deprecated (%p[%ld], %p, 0x%lx, 0x%lx)\n", this, audioStream, (long int)audioStream->getStartingChannelID(), sourceBuffer, (long unsigned int)bufSizeInBytes, (long unsigned int)bufferSetID);
1473 audioDebugIOLog(3, "+ IOAudioEngineUserClient[%p]::registerClientBuffer64 (%p[%ld], 0x%llx, 0x%lx, 0x%lx)\n", this, audioStream, (long int)audioStream->getStartingChannelID(), sourceBuffer, (long unsigned int)bufSizeInBytes, (long unsigned int)bufferSetID);
H A DIOAudioStream.cpp1278 UInt32 IOAudioStream::getStartingChannelID() function in class:IOAudioStream

Completed in 166 milliseconds