Searched defs:attachOutput (Results 1 – 4 of 4) sorted by relevance
49 void attachOutput(File file); in attachOutput() method52 void attachOutput(OutputStream outputStream); in attachOutput() method
135 public void attachOutput(File file) { in attachOutput() method in JavaAudioCapturer145 public void attachOutput(OutputStream outputStream) { in attachOutput() method in JavaAudioCapturer
972 status_t Spatializer::attachOutput(audio_io_handle_t output, in attachOutput() function in android::Spatializer
1087 for (const AttachBufferOutput& attachOutput : attachOutputs) { in TEST_P() local