Home | History | Annotate | Download | only in audio

Lines Matching defs:inputs

28 // active inputs in getActiveInput()
198 SortedVector <audio_io_handle_t> inputs;
220 if (checkInputsForDevice(device, state, inputs, paramStr) != NO_ERROR) {
233 checkInputsForDevice(device, state, inputs, paramStr);
2067 SortedVector<audio_io_handle_t>& inputs,
2072 // first list already open inputs that can be routed to this device
2077 inputs.add(mInputs.keyAt(input_index));
2101 if (profiles.isEmpty() && inputs.isEmpty()) {
2106 // open inputs for matching profiles if needed. Direct inputs are also opened to
2189 inputs.add(input);
2206 inputs.add(mInputs.keyAt(input_index));
3775 write(fd, " - inputs:\n", strlen(" - inputs:\n"));