Searched refs:getPatchForOutputMix (Results 1 – 3 of 3) sorted by relevance
54 status_t getPatchForOutputMix(audio_io_handle_t audioIo, audio_patch& patch);
71 EXPECT_EQ(OK, getPatchForOutputMix(audioIo, patch)); in TEST()
803 status_t getPatchForOutputMix(audio_io_handle_t audioIo, audio_patch& patch) { in getPatchForOutputMix() function859 if (getPatchForOutputMix(audioIo, patch) == OK) { in checkPatchPlayback()