/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/ |
H A D | power_observer_helper_unittest.cc | 71 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 D | power_observer_helper.h | 31 virtual bool IsSuspending() const;
|
H A D | power_observer_helper.cc | 38 bool PowerObserverHelper::IsSuspending() const { in IsSuspending() function in media::PowerObserverHelper
|
H A D | alive_checker.cc | 137 if (power_observer_ && power_observer_->IsSuspending()) in CheckIfAlive()
|
H A D | alive_checker_unittest.cc | 34 bool IsSuspending() const override { in IsSuspending() function in media::MockPowerObserverHelper
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/ |
H A D | power_observer_helper_unittest.cc | 71 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 D | power_observer_helper.h | 31 virtual bool IsSuspending() const;
|
H A D | power_observer_helper.cc | 39 bool PowerObserverHelper::IsSuspending() const { in IsSuspending() function in media::PowerObserverHelper
|
H A D | alive_checker.cc | 137 if (power_observer_ && power_observer_->IsSuspending()) in CheckIfAlive()
|
H A D | alive_checker_unittest.cc | 34 bool IsSuspending() const override { in IsSuspending() function in media::MockPowerObserverHelper
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/powermanagement/ |
H A D | Win32PowerSyscall.h | 59 static bool IsSuspending() { return m_OnSuspend; } in IsSuspending() function
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/ |
H A D | IMMNotificationClient.h | 162 if(!CWin32PowerSyscall::IsSuspending()) in NotifyAE()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/mac/ |
H A D | audio_manager_mac.h | 105 bool IsSuspending() const;
|
H A D | audio_manager_mac.cc | 462 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 D | audio_manager_mac.h | 105 bool IsSuspending() const;
|
H A D | audio_manager_mac.cc | 462 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 D | actions.h | 117 bool IsSuspending(); in ACTION()
|
/dports/games/ivan/ivan-059/Main/Source/ |
H A D | actions.cpp | 378 bool craft::IsSuspending(){ in IsSuspending() function in craft 398 if(IsSuspending()){ in Terminate()
|