Home
last modified time | relevance | path

Searched refs:expectStatus (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp92 const std::vector<Descriptor> descs, const binder_status_t expectStatus = EX_NONE) { in createWithDescs() argument
97 EXPECT_STATUS(expectStatus, mEffectFactory->createEffect(uuid, &effect)); in createWithDescs()
98 if (expectStatus == EX_NONE) { in createWithDescs()
106 const binder_status_t expectStatus = EX_NONE) { in destroyEffects() argument
108 EXPECT_STATUS(expectStatus, mEffectFactory->destroyEffect(effect)); in destroyEffects()
DEffectHelper.h190 std::optional<int> expectStatus = STATUS_OK) {
197 if (expectStatus.has_value()) {
198 ASSERT_EQ(expectStatus.value(), status.status);