Searched refs:pAudioControl (Results 1 – 2 of 2) sorted by relevance
49 pAudioControl = IAudioControl::getService(GetParam()); in SetUp()50 ASSERT_NE(pAudioControl.get(), nullptr); in SetUp()56 sp<IAudioControl> pAudioControl; // Every test needs access to the service member in CarAudioControlHidlTest72 pAudioControl->setFadeTowardFront(-1.0f); in TEST_P()75 pAudioControl->setFadeTowardFront(1.0f); in TEST_P()78 pAudioControl->setFadeTowardFront(-0.333f); in TEST_P()81 pAudioControl->setFadeTowardFront(99999.9f); in TEST_P()84 pAudioControl->setFadeTowardFront(0.0f); in TEST_P()94 pAudioControl->setBalanceTowardRight(-1.0f); in TEST_P()97 pAudioControl->setBalanceTowardRight(1.0f); in TEST_P()[all …]
53 pAudioControl = IAudioControl::getService(GetParam()); in SetUp()54 ASSERT_NE(pAudioControl.get(), nullptr); in SetUp()60 sp<IAudioControl> pAudioControl; // Every test needs access to the service member in CarAudioControlHidlTest76 pAudioControl->setFadeTowardFront(-1.0f); in TEST_P()79 pAudioControl->setFadeTowardFront(1.0f); in TEST_P()82 pAudioControl->setFadeTowardFront(-0.333f); in TEST_P()85 pAudioControl->setFadeTowardFront(99999.9f); in TEST_P()88 pAudioControl->setFadeTowardFront(0.0f); in TEST_P()98 pAudioControl->setBalanceTowardRight(-1.0f); in TEST_P()101 pAudioControl->setBalanceTowardRight(1.0f); in TEST_P()[all …]