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

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.h35 HIDCollection * RootCollection() { return fRootCollection; };
50 HIDCollection * fRootCollection; member in class:HIDParser
H A DHIDParser.cpp31 fRootCollection(NULL)
56 fRootCollection = new(std::nothrow) HIDCollection(NULL, COLLECTION_LOGICAL,
58 if (fRootCollection == NULL) {
63 HIDCollection *collection = fRootCollection;
131 if (collection == fRootCollection) {
506 fRootCollection->PrintToStream();
570 delete fRootCollection;
573 fRootCollection = NULL;

Completed in 76 milliseconds