Home | History | Annotate | Download | only in tests

Lines Matching refs:createAudioPatch

77     status_t createAudioPatch(const struct audio_patch* /*patch*/,
139 ASSERT_EQ(BAD_VALUE, mManager->createAudioPatch(nullptr, &handle, 0));
140 ASSERT_EQ(BAD_VALUE, mManager->createAudioPatch(&patch, nullptr, 0));
141 ASSERT_EQ(BAD_VALUE, mManager->createAudioPatch(&patch, &handle, 0));
144 ASSERT_EQ(BAD_VALUE, mManager->createAudioPatch(&patch, &handle, 0));
147 ASSERT_EQ(BAD_VALUE, mManager->createAudioPatch(&patch, &handle, 0));
150 ASSERT_EQ(INVALID_OPERATION, mManager->createAudioPatch(&patch, &handle, 0));
156 ASSERT_EQ(INVALID_OPERATION, mManager->createAudioPatch(&patch, &handle, 0));
162 ASSERT_EQ(INVALID_OPERATION, mManager->createAudioPatch(&patch, &handle, 0));
191 ASSERT_EQ(NO_ERROR, mManager->createAudioPatch(&patch, &handle, uid));