Lines Matching refs:mWrapper
85 std::unique_ptr<HalWrapper> mWrapper = nullptr; member in PowerHalWrapperAidlTest
97 mWrapper = std::make_unique<AidlHalWrapper>(mMockHal); in SetUp()
98 ASSERT_NE(nullptr, mWrapper); in SetUp()
115 auto result = mWrapper->setBoost(Boost::DISPLAY_UPDATE_IMMINENT, 100); in TEST_F()
134 auto result = mWrapper->setBoost(Boost::INTERACTION, 100); in TEST_F()
136 result = mWrapper->setBoost(Boost::DISPLAY_UPDATE_IMMINENT, 1000); in TEST_F()
148 auto result = mWrapper->setBoost(Boost::INTERACTION, 1000); in TEST_F()
150 result = mWrapper->setBoost(Boost::CAMERA_SHOT, 10); in TEST_F()
171 auto result = mWrapper->setBoost(Boost::INTERACTION, 100); in TEST_F()
190 auto result = mWrapper->setMode(Mode::DISPLAY_INACTIVE, false); in TEST_F()
209 auto result = mWrapper->setMode(Mode::LAUNCH, true); in TEST_F()
211 result = mWrapper->setMode(Mode::DISPLAY_INACTIVE, false); in TEST_F()
221 auto result = mWrapper->setMode(Mode::LAUNCH, true); in TEST_F()
228 result = mWrapper->setMode(Mode::CAMERA_STREAMING_HIGH, true); in TEST_F()
249 auto result = mWrapper->setMode(Mode::LAUNCH, false); in TEST_F()
265 auto result = mWrapper->createHintSession(tgid, uid, threadIds, durationNanos); in TEST_F()
282 mWrapper->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, tag, &out); in TEST_F()
296 auto result = mWrapper->createHintSession(tgid, uid, threadIds, durationNanos); in TEST_F()
304 auto result = mWrapper->getHintSessionPreferredRate(); in TEST_F()
319 auto createResult = mWrapper->getSessionChannel(tgid, uid); in TEST_F()
321 auto closeResult = mWrapper->closeSessionChannel(tgid, uid); in TEST_F()
339 mWrapper->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, tag, &out); in TEST_F()
347 result = mWrapper->createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, tag, &out); in TEST_F()
376 ASSERT_TRUE(mWrapper->sendCompositionData(dataOut).isOk()); in TEST_F()
395 ASSERT_TRUE(mWrapper->sendCompositionUpdate(dataOut).isOk()); in TEST_F()