Home
last modified time | relevance | path

Searched refs:ASSERT_IS_OK (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalTest.cpp24 ASSERT_IS_OK(ret); in testGetDevice()
64 ASSERT_IS_OK(getDevice()->getHwAvSync()));
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp231 ASSERT_IS_OK(module->setModuleDebug(mFlags)); in SetUp()
325 ASSERT_IS_OK(module->setAudioPortConfig(mInitialConfig, &suggested, &applied)) in SetUpImpl()
455 ASSERT_IS_OK(module->getAudioPorts(&initialPorts)); in SetUpImpl()
456 ASSERT_IS_OK(module->getAudioRoutes(&initialRoutes)); in SetUpImpl()
463 ASSERT_IS_OK(module->getAudioPorts(&finalPorts)); in TearDownImpl()
467 ASSERT_IS_OK(module->getAudioRoutes(&finalRoutes)); in TearDownImpl()
507 ASSERT_IS_OK(module->getAudioPortConfigs(&retrievedPortConfigs)); in ApplyEveryConfig()
530 { ASSERT_IS_OK((module.get()->*getter)(&entities)); } in GetAllEntityIds()
607 ASSERT_IS_OK(SetUpNoChecks(module, moduleConfig)) in SetUp()
1192 ASSERT_IS_OK(SetUpNoChecks(module, bufferSizeFrames)) << "port config id " << getPortId(); in SetUpStream()
[all …]
DTestUtils.h94 #define ASSERT_IS_OK(ret) \ macro
DVtsHalAudioCoreConfigTargetTest.cpp76 ASSERT_IS_OK(mConfig->getEngineConfig(tempConfig.get())); in SetUpEngineConfig()
84 ASSERT_IS_OK(mConfig->getSurroundSoundConfig(tempConfig.get())); in SetUpSurroundSoundConfig()
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DAssertOk.h107 #define ASSERT_IS_OK(ret) ASSERT_PRED_FORMAT1(detail::assertIsOk, ret) macro
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1651 ASSERT_IS_OK(result); in testOptionalUnitaryGain()
1696 ASSERT_IS_OK(ret); in TEST_P()
1708 ASSERT_IS_OK(result); in TEST_P()
1868 ASSERT_IS_OK(ret); in TEST_P()