Searched refs:getPatchForOutputMix (Results 1 – 3 of 3) sorted by relevance
54 status_t getPatchForOutputMix(audio_io_handle_t audioIo, audio_patch& patch);
70 EXPECT_EQ(OK, getPatchForOutputMix(cb->mAudioIo, patch)); in TEST()
650 status_t getPatchForOutputMix(audio_io_handle_t audioIo, audio_patch& patch) { in getPatchForOutputMix() function704 if (getPatchForOutputMix(audioIo, patch) == OK) { in checkPatchPlayback()