Searched refs:output_device_name (Results 1 – 1 of 1) sorted by relevance
248 scoped_ptr<char[]> output_device_name(new char[kMaxDeviceNameLength]); in CreateAggregateDevice() local251 output_device_name.get(), in CreateAggregateDevice()252 sizeof(output_device_name)); in CreateAggregateDevice()253 DVLOG(1) << "Output device: \n" << output_device_name; in CreateAggregateDevice()