Searched refs:_notifier (Results 1 – 2 of 2) sorted by relevance
1258 _notifier = new IODTNVRAMPlatformNotifier; in start()1259 if (!_notifier || !_notifier->init()) { in start()1261 OSSafeReleaseNULL(_notifier); in start()1265 if (!_notifier->attach(this)) { in start()1267 OSSafeReleaseNULL(_notifier); in start()1271 if (!_notifier->start(this)) { in start()1273 _notifier->detach(this); in start()1274 OSSafeReleaseNULL(_notifier); in start()
88 IODTNVRAMPlatformNotifier *_notifier; variable