Searched refs:pAudioControl (Results 1 – 1 of 1) sorted by relevance
64 pAudioControl = ::testing::VtsHalHidlTargetTestBase::getService<IAudioControl>( in SetUp()67 ASSERT_NE(pAudioControl.get(), nullptr); in SetUp()73 sp<IAudioControl> pAudioControl; // Every test needs access to the service member in CarAudioControlHidlTest89 pAudioControl->setFadeTowardFront(-1.0f); in TEST_F()92 pAudioControl->setFadeTowardFront(1.0f); in TEST_F()95 pAudioControl->setFadeTowardFront(-0.333f); in TEST_F()98 pAudioControl->setFadeTowardFront(99999.9f); in TEST_F()101 pAudioControl->setFadeTowardFront(0.0f); in TEST_F()111 pAudioControl->setBalanceTowardRight(-1.0f); in TEST_F()114 pAudioControl->setBalanceTowardRight(1.0f); in TEST_F()[all …]