Searched refs:_notifier (Results 1 – 2 of 2) sorted by relevance
1326 _notifier = new IODTNVRAMPlatformNotifier; in start()1327 if (!_notifier || !_notifier->init()) { in start()1329 OSSafeReleaseNULL(_notifier); in start()1333 if (!_notifier->attach(this)) { in start()1335 OSSafeReleaseNULL(_notifier); in start()1339 if (!_notifier->start(this)) { in start()1341 _notifier->detach(this); in start()1342 OSSafeReleaseNULL(_notifier); in start()
88 IODTNVRAMPlatformNotifier *_notifier; variable