Searched refs:attachOutput (Results 1 – 4 of 4) sorted by relevance
1113 for (const AttachBufferOutput& attachOutput : attachOutputs) { in TEST_P() local1114 EXPECT_OK(attachOutput.result); in TEST_P()1115 EXPECT_NE(-1, attachOutput.slot); in TEST_P()
138 status_t attachOutput(audio_io_handle_t output);
628 status_t Spatializer::attachOutput(audio_io_handle_t output) { in attachOutput() function in android::Spatializer
406 status = mSpatializer->attachOutput(newOutput); in doOnCheckSpatializer()