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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetCaps.c98 ptCapabilities->numberCollectionNodes = ptPreparsedData->collectionCount;
201 ptCapabilities->numberCollectionNodes = ptPreparsedData->collectionCount;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h135 @field numberCollectionNodes Specifies the number of HIDCollectionNode structures that are returned for this top level collection by the HIDGetConnectionNodes function.
150 UInt32 numberCollectionNodes; member in struct:HIDCaps
166 UInt32 numberCollectionNodes; member in struct:HIDCapabilities
461 @discussion The length of the buffer required, in array elements, for an entire collection node array is found in the HIDCaps structure member numberCollectionNodes. You obtain the HIDCaps information by calling the HIDGetCaps function. For information on the relationships of link collections described by the data returned from this routine, see the descripton of the HIDCollectionNode structure.
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp1131 DLOG("Collections : %ld\n", caps.numberCollectionNodes);
1154 caps.numberCollectionNodes +
1171 caps.numberCollectionNodes ) ) break;

Completed in 188 milliseconds