Searched refs:_notifier (Results 1 – 2 of 2) sorted by relevance
1333 _notifier = new IODTNVRAMPlatformNotifier; in start()1334 if (!_notifier || !_notifier->init()) { in start()1336 OSSafeReleaseNULL(_notifier); in start()1340 if (!_notifier->attach(this)) { in start()1342 OSSafeReleaseNULL(_notifier); in start()1346 if (!_notifier->start(this)) { in start()1348 _notifier->detach(this); in start()1349 OSSafeReleaseNULL(_notifier); in start()
88 IODTNVRAMPlatformNotifier *_notifier; variable