Searched refs:deviceRegistrationList (Results 1 – 2 of 2) sorted by relevance
75 shared->deviceRegistrationList = OSSet::withCapacity(4); in init()76 if (!shared->deviceRegistrationList) { in init()83 shared->deviceRegistrationList->release(); in init()129 if (shared->deviceRegistrationList) { in init()130 shared->deviceRegistrationList->release(); in init()356 shared->deviceRegistrationList->setObject(this); in registerDevice()375 shared->deviceRegistrationList->removeObject(this); in unregisterDevice()811 while ((obj = shared->deviceRegistrationList->getAnyObject())) { in registerPerformanceController()821 shared->deviceRegistrationList->removeObject(obj); in registerPerformanceController()
324 OSSet *deviceRegistrationList; member