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

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioSelectorControl.h67 virtual IOReturn replaceAvailableSelection(SInt32 selectionValue, const char *selectionDescription);
69 virtual IOReturn replaceAvailableSelection(SInt32 selectionValue, OSString *selectionDescription);
H A DIOAudioSelectorControl.cpp153 IOReturn IOAudioSelectorControl::replaceAvailableSelection(SInt32 selectionValue, const char *selectionDescription) function in class:IOAudioSelectorControl
162 result = replaceAvailableSelection(selectionValue, selDesc);
171 IOReturn IOAudioSelectorControl::replaceAvailableSelection(SInt32 selectionValue, OSString *selectionDescription) function in class:IOAudioSelectorControl

Completed in 81 milliseconds