Searched defs:inputs (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/
H A DCamera.cpp234 int inputs = 0; local
249 inputs++;
254 __func__, mId, outputs, inputs);
259 if (inputs > 1) {
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp28 // active inputs in getActiveInput()
197 SortedVector <audio_io_handle_t> inputs; local
219 if (checkInputsForDevice(device, state, inputs, paramStr) != NO_ERROR) {
232 checkInputsForDevice(device, state, inputs, paramStr);
2066 SortedVector<audio_io_handle_t>& inputs,
2071 // first list already open inputs that can be routed to this device
2076 inputs.add(mInputs.keyAt(input_index));
2100 if (profiles.isEmpty() && inputs.isEmpty()) {
2105 // open inputs for matching profiles if needed. Direct inputs ar
2064 checkInputsForDevice(audio_devices_t device, AudioSystem::device_connection_state state, SortedVector<audio_io_handle_t>& inputs, const String8 paramStr) argument
[all...]

Completed in 393 milliseconds