Searched refs:_notifier (Results 1 – 2 of 2) sorted by relevance
1475 _notifier = new IODTNVRAMPlatformNotifier; in start()1476 if (!_notifier || !_notifier->init()) { in start()1478 OSSafeReleaseNULL(_notifier); in start()1482 if (!_notifier->attach(this)) { in start()1484 OSSafeReleaseNULL(_notifier); in start()1488 if (!_notifier->start(this)) { in start()1490 _notifier->detach(this); in start()1491 OSSafeReleaseNULL(_notifier); in start()
88 IODTNVRAMPlatformNotifier *_notifier; variable