Lines Matching refs:setObject
548 if (!_channelNames->setObject((unsigned)_nChannels, symChannelName)) { in handleAddChannelSwap()
1008 channelIDs->setObject((unsigned)cnt, tmpNum.get()); in copyChannelIDs()
1044 tmpChannelArray->setObject(kIOReportChannelIDIdx, channelIDs->getObject(cnt)); in legendWith()
1052 tmpChannelArray->setObject(kIOReportChannelTypeIdx, tmpNum.get()); in legendWith()
1060 tmpChannelArray->setObject(kIOReportChannelNameIdx, tmpSymbol); in legendWith()
1064 channelLegendArray->setObject(cnt, tmpChannelArray.get()); in legendWith()
1078 channelInfoDict->setObject(kIOReportLegendUnitKey, tmpNum.get()); in legendWith()
1084 legendEntry->setObject(kIOReportLegendChannelsKey, channelLegendArray.get()); in legendWith()
1085 legendEntry->setObject(kIOReportLegendInfoKey, channelInfoDict.get()); in legendWith()
1124 if (!channelIDsArray->setObject(cnt, channelID) || in legendWith()
1125 !channelNamesArray->setObject(cnt, channelName)) { in legendWith()