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

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp335 audioPorts = OSSet::withCapacity ( 1 );
336 if ( 0 != audioPorts )
372 if (audioPorts) {
374 audioPorts->release();
375 audioPorts = 0;
1070 if (audioPorts) {
1073 portIterator = OSCollectionIterator::withCollection(audioPorts);
H A DIOAudioDevice.h173 /*! @var audioPorts The set of IOAudioPort objects associated with the IOAudioDevice */
174 OSSet * audioPorts; member in class:IOAudioDevice
306 * It will also deactivate all of the audio ports and release the audioPorts OSSet. It will release

Completed in 118 milliseconds