Searched refs:savePowerModeUpdate (Results 1 – 5 of 5) sorted by relevance
45 MOCK_METHOD2(savePowerModeUpdate, void(int32_t, int32_t));
70 virtual void savePowerModeUpdate(int32_t sequenceId, int32_t mode) = 0;105 void savePowerModeUpdate(int32_t sequenceId, int32_t mode) override;
597 void SurfaceInterceptor::savePowerModeUpdate(int32_t sequenceId, int32_t mode) { in savePowerModeUpdate() function in android::impl::SurfaceInterceptor
4433 mInterceptor->savePowerModeUpdate(display->getSequenceId(), mode); in setPowerModeInternal()
3020 EXPECT_CALL(*test->mSurfaceInterceptor, savePowerModeUpdate(_, mode)).Times(1); in setupSurfaceInterceptorCallExpectations()