Searched refs:out_write (Results 1 – 2 of 2) sorted by relevance
329 HANDLE out_write = NULL; in GetAppOutput() local338 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) { in GetAppOutput()345 win::ScopedHandle scoped_out_write(out_write); in GetAppOutput()358 start_info.hStdOutput = out_write; in GetAppOutput()
437 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, in out_write() function821 out->stream.write = out_write; in adev_open_output_stream()