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

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.cpp182 UInt32 newChannelID,
203 setChannelID(newChannelID);
763 void IOAudioControl::setChannelID(UInt32 newChannelID) argument
765 channelID = newChannelID;
766 setProperty(kIOAudioControlChannelIDKey, newChannelID, sizeof(UInt32)*8);
180 init(UInt32 type, OSObject *initialValue, UInt32 newChannelID, const char *channelName, UInt32 cntrlID, UInt32 subType, UInt32 usage, OSDictionary *properties) argument
H A DIOAudioControl.h482 virtual void setChannelID(UInt32 newChannelID);

Completed in 68 milliseconds