Home
last modified time | relevance | path

Searched refs:channelIDsArray (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp1100 OSSharedPtr<OSArray> channelIDsArray; in legendWith() local
1106 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()