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

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioSelectorControl.cpp109 OSArray *newSelections; local
116 newSelections = OSArray::withArray(availableSelections);
117 if (!newSelections)
120 iterator = OSCollectionIterator::withCollection(newSelections);
133 newSelections->removeObject(index);
139 availableSelections = newSelections;
174 OSArray *newSelections; local
181 newSelections = OSArray::withArray(availableSelections);
182 if (!newSelections)
185 iterator = OSCollectionIterator::withCollection(newSelections);
322 OSArray *newSelections; local
376 OSArray *newSelections; local
[all...]

Completed in 116 milliseconds