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

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp167 UInt32 clockDomain; local
171 clockDomain = (UInt32) ((UInt64)this >> 2) ; // grab a couple of bits from the high address to help randomness
173 clockDomain = (UInt32) this ;
177 clockDomain = inClockDomain;
180 setProperty(kIOAudioEngineClockDomainKey, clockDomain, sizeof(UInt32)*8);
H A DIOAudioEngine.h317 * @param clockDomain is the unique ID of another engine that this engine realizes it is synchronized to, use the default value kIOAudioNewClockDomain
320 virtual void setClockDomain(UInt32 clockDomain = kIOAudioNewClockDomain ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;

Completed in 164 milliseconds