Searched refs:_notificationManager (Results 1 – 2 of 2) sorted by relevance
79 _notificationManager.reset(new NotificationManager()); in Init()116 _notificationManager.reset(); in Release()404 _notificationManager->RegisterNotificationListener(_rewindManager); in Initialize()480 return _notificationManager; in GetNotificationManager()814 _notificationManager->SendNotification(ConsoleNotificationType::GamePaused); in Run()836 _notificationManager->SendNotification(ConsoleNotificationType::GameResumed); in Run()868 _notificationManager->SendNotification(ConsoleNotificationType::BeforeEmulationStop); in Run()902 _notificationManager->SendNotification(ConsoleNotificationType::GameStopped); in Run()903 _notificationManager->SendNotification(ConsoleNotificationType::EmulationStopped); in Run()975 _notificationManager->SendNotification(ConsoleNotificationType::ConfigChanged); in UpdateNesModel()[all …]
77 shared_ptr<NotificationManager> _notificationManager; variable