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

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioDevice.cpp255 audioPorts = OSSet::withCapacity ( 1 );
256 if ( 0 != audioPorts )
292 if (audioPorts) {
294 audioPorts->release();
295 audioPorts = 0;
982 if (audioPorts) {
985 portIterator = OSCollectionIterator::withCollection(audioPorts);
H A DIOAudioDevice.h166 /*! @var audioPorts The set of IOAudioPort objects associated with the IOAudioDevice */
167 OSSet * audioPorts; member in class:IOAudioDevice
299 * It will also deactivate all of the audio ports and release the audioPorts OSSet. It will release

Completed in 87 milliseconds