Home
last modified time | relevance | path

Searched refs:IsSuspending (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/
H A Dpower_observer_helper_unittest.cc71 bool IsSuspending() { in IsSuspending() function in media::PowerObserverHelperTest
123 EXPECT_FALSE(IsSuspending()); in TEST_F()
127 EXPECT_TRUE(IsSuspending()); in TEST_F()
131 EXPECT_FALSE(IsSuspending()); in TEST_F()
135 EXPECT_TRUE(IsSuspending()); in TEST_F()
139 EXPECT_FALSE(IsSuspending()); in TEST_F()
145 EXPECT_FALSE(IsSuspending()); in TEST_F()
149 EXPECT_TRUE(IsSuspending()); in TEST_F()
153 EXPECT_TRUE(IsSuspending()); in TEST_F()
157 EXPECT_FALSE(IsSuspending()); in TEST_F()
[all …]
H A Dpower_observer_helper.h31 virtual bool IsSuspending() const;
H A Dpower_observer_helper.cc38 bool PowerObserverHelper::IsSuspending() const { in IsSuspending() function in media::PowerObserverHelper
H A Dalive_checker.cc137 if (power_observer_ && power_observer_->IsSuspending()) in CheckIfAlive()
H A Dalive_checker_unittest.cc34 bool IsSuspending() const override { in IsSuspending() function in media::MockPowerObserverHelper
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/
H A Dpower_observer_helper_unittest.cc71 bool IsSuspending() { in IsSuspending() function in media::PowerObserverHelperTest
123 EXPECT_FALSE(IsSuspending()); in TEST_F()
127 EXPECT_TRUE(IsSuspending()); in TEST_F()
131 EXPECT_FALSE(IsSuspending()); in TEST_F()
135 EXPECT_TRUE(IsSuspending()); in TEST_F()
139 EXPECT_FALSE(IsSuspending()); in TEST_F()
145 EXPECT_FALSE(IsSuspending()); in TEST_F()
149 EXPECT_TRUE(IsSuspending()); in TEST_F()
153 EXPECT_TRUE(IsSuspending()); in TEST_F()
157 EXPECT_FALSE(IsSuspending()); in TEST_F()
[all …]
H A Dpower_observer_helper.h31 virtual bool IsSuspending() const;
H A Dpower_observer_helper.cc39 bool PowerObserverHelper::IsSuspending() const { in IsSuspending() function in media::PowerObserverHelper
H A Dalive_checker.cc137 if (power_observer_ && power_observer_->IsSuspending()) in CheckIfAlive()
H A Dalive_checker_unittest.cc34 bool IsSuspending() const override { in IsSuspending() function in media::MockPowerObserverHelper
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/powermanagement/
H A DWin32PowerSyscall.h59 static bool IsSuspending() { return m_OnSuspend; } in IsSuspending() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/
H A DIMMNotificationClient.h162 if(!CWin32PowerSyscall::IsSuspending()) in NotifyAE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/mac/
H A Daudio_manager_mac.h105 bool IsSuspending() const;
H A Daudio_manager_mac.cc462 bool IsSuspending() const { in IsSuspending() function in media::AudioManagerMac::AudioPowerObserver
923 bool AudioManagerMac::IsSuspending() const { in IsSuspending() function in media::AudioManagerMac
925 return power_observer_->IsSuspending(); in IsSuspending()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/mac/
H A Daudio_manager_mac.h105 bool IsSuspending() const;
H A Daudio_manager_mac.cc462 bool IsSuspending() const { in IsSuspending() function in media::AudioManagerMac::AudioPowerObserver
923 bool AudioManagerMac::IsSuspending() const { in IsSuspending() function in media::AudioManagerMac
925 return power_observer_->IsSuspending(); in IsSuspending()
/dports/games/ivan/ivan-059/Main/Include/
H A Dactions.h117 bool IsSuspending(); in ACTION()
/dports/games/ivan/ivan-059/Main/Source/
H A Dactions.cpp378 bool craft::IsSuspending(){ in IsSuspending() function in craft
398 if(IsSuspending()){ in Terminate()