Home
last modified time | relevance | path

Searched refs:soundDose (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DSoundDose.h63 explicit MelCallback(SoundDose* soundDose) : mSoundDose(*soundDose) {} in MelCallback() argument
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4276 ASSERT_IS_OK(module->getSoundDose(&soundDose)); in SetUp()
4282 std::shared_ptr<ISoundDose> soundDose; member in AudioCoreSoundDose
4309 if (soundDose == nullptr) { in TEST_P()
4315 EXPECT_EQ(soundDose->asBinder(), soundDose2->asBinder()) in TEST_P()
4321 if (soundDose == nullptr) { in TEST_P()
4326 EXPECT_NO_FATAL_FAILURE(TestAccessors<float>(soundDose.get(), in TEST_P()
4336 if (soundDose == nullptr) { in TEST_P()
4341 ASSERT_IS_OK(soundDose->getOutputRs2UpperBound(&rs2Value)); in TEST_P()
4347 if (soundDose == nullptr) { in TEST_P()
4351 ASSERT_IS_OK(soundDose->registerSoundDoseCallback(callback)); in TEST_P()
[all …]
/hardware/interfaces/audio/aidl/default/
DModule.cpp217 std::shared_ptr<ISoundDose> soundDose; in createStreamContext() local
218 if (!getSoundDose(&soundDose).isOk()) { in createStreamContext()