Searched refs:savePowerModeUpdate (Results 1 – 5 of 5) sorted by relevance
46 MOCK_METHOD2(savePowerModeUpdate, void(int32_t, int32_t));
83 virtual void savePowerModeUpdate(int32_t sequenceId, int32_t mode) = 0;122 void savePowerModeUpdate(int32_t sequenceId, int32_t mode) override;
708 void SurfaceInterceptor::savePowerModeUpdate(int32_t sequenceId, int32_t mode) { in savePowerModeUpdate() function in android::impl::SurfaceInterceptor
4602 mInterceptor->savePowerModeUpdate(display->getSequenceId(), static_cast<int32_t>(mode)); in setPowerModeInternal()
282 EXPECT_CALL(*test->mSurfaceInterceptor, savePowerModeUpdate(_, static_cast<int32_t>(mode))) in setupSurfaceInterceptorCallExpectations()