Home
last modified time | relevance | path

Searched refs:GetNotificationManager (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DGameClient.cpp38 console->GetNotificationManager()->RegisterNotificationListener(_instance); in Connect()
64 _console->GetNotificationManager()->RegisterNotificationListener(_connection); in PrivateConnect()
H A DShortcutKeyHandler.cpp142 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::ExecuteShortcut, par… in CheckMappedKeys()
200 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::ExecuteShortcut, (vo… in CheckMappedKeys()
204 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::ExecuteShortcut, (vo… in CheckMappedKeys()
H A DBizhawkMovie.cpp27 _console->GetNotificationManager()->SendNotification(ConsoleNotificationType::MovieEnded); in Stop()
198 _console->GetNotificationManager()->RegisterNotificationListener(shared_from_this()); in Play()
H A DGameServer.cpp54 _console->GetNotificationManager()->RegisterNotificationListener(connection); in AcceptConnections()
150 console->GetNotificationManager()->RegisterNotificationListener(Instance); in StartServer()
H A DCheatManager.cpp101 _console->GetNotificationManager()->SendNotification(ConsoleNotificationType::CheatAdded); in AddCode()
142 _console->GetNotificationManager()->SendNotification(ConsoleNotificationType::CheatRemoved); in ClearCodes()
H A DFceuxMovie.cpp70 _console->GetNotificationManager()->RegisterNotificationListener(shared_from_this()); in Play()
H A DAutomaticRomTest.cpp109 _console->GetNotificationManager()->RegisterNotificationListener(shared_from_this()); in Run()
H A DMesenMovie.cpp33 _console->GetNotificationManager()->SendNotification(ConsoleNotificationType::MovieEnded); in Stop()
116 _console->GetNotificationManager()->RegisterNotificationListener(shared_from_this()); in Play()
H A DGameClientConnection.cpp44 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::DisconnectedFromServ… in Shutdown()
H A DVideoDecoder.cpp125 _console->GetNotificationManager()->SendNotification(ConsoleNotificationType::ResolutionChanged); in DecodeFrame()
H A DConsole.h123 shared_ptr<NotificationManager> GetNotificationManager();
H A DHdPpu.cpp147 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::PpuFrameDone, _curre… in SendFrame()
H A DMapperFactory.cpp680 console->GetNotificationManager()->SendNotification(ConsoleNotificationType::FdsBiosNotFound); in InitializeFromFile()
H A DMovieRecorder.cpp51 _console->GetNotificationManager()->RegisterNotificationListener(shared_from_this()); in Record()
H A DDebugger.cpp661 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::PpuViewerDisplayFram… in ProcessPpuCycle()
967 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::CodeBreak, (void*)(u… in SleepUntilResume()
1603 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::EventViewerDisplayFr… in ProcessEvent()
H A DConsole.cpp315 GetNotificationManager()->RegisterNotificationListener(_mapper); in Initialize()
478 shared_ptr<NotificationManager> Console::GetNotificationManager() in GetNotificationManager() function in Console
H A DPPU.cpp1135 …_console->GetNotificationManager()->SendNotification(ConsoleNotificationType::PpuFrameDone, _curre… in SendFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dfake_phone_hub_manager.cc30 NotificationManager* FakePhoneHubManager::GetNotificationManager() { in GetNotificationManager() function in chromeos::phonehub::FakePhoneHubManager
H A Dphone_hub_manager.h37 virtual NotificationManager* GetNotificationManager() = 0;
H A Dfake_phone_hub_manager.h75 NotificationManager* GetNotificationManager() override;
H A Dphone_hub_manager_impl.h62 NotificationManager* GetNotificationManager() override;
H A Dphone_hub_manager_impl.cc132 NotificationManager* PhoneHubManagerImpl::GetNotificationManager() { in GetNotificationManager() function in chromeos::phonehub::PhoneHubManagerImpl
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp514 GetConsoleById(consoleId)->GetNotificationManager()->RegisterNotificationListener(listener); in RegisterNotificationCallback()
569 _console->GetNotificationManager()->RegisterNotificationListener(_recordedRomTest); in RunRecordedTest()
582 _console->GetNotificationManager()->RegisterNotificationListener(_recordedRomTest); in RomTestRecord()
589 _console->GetNotificationManager()->RegisterNotificationListener(_recordedRomTest); in RomTestRecordFromMovie()
596 _console->GetNotificationManager()->RegisterNotificationListener(_recordedRomTest); in RomTestRecordFromTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/phonehub/
H A Dphone_hub_notification_controller.cc226 phone_hub_manager->GetNotificationManager(); in SetManager()