Searched refs:channelIDsArray (Results 1 – 1 of 1) sorted by relevance
1100 OSSharedPtr<OSArray> channelIDsArray; in legendWith() local1106 channelIDsArray = OSArray::withCapacity(channelCount); in legendWith()1108 if (!channelIDsArray || !channelNamesArray) { in legendWith()1124 if (!channelIDsArray->setObject(cnt, channelID) || in legendWith()1130 return legendWith(channelIDsArray.get(), channelNamesArray.get(), channelType, unit); in legendWith()