Searched defs:addInput (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DProgramVertex.java105 public Builder addInput(Element e) throws IllegalStateException { method in class:ProgramVertex.Builder
H A DProgramVertexFixedFunction.java57 public InternalBuilder addInput(Element e) throws IllegalStateException { method in class:ProgramVertexFixedFunction.InternalBuilder
185 sb.addInput(b.create());
H A DScriptGroup.java355 * Created by calling the {@link Builder2#addInput} method. The value
358 * the same order as intputs are added using the addInput method.
430 * inputs are added via {@link Builder2#addInput}.
905 * An external script group input is created using the {@link #addInput} method.
978 public Input addInput() { method in class:ScriptGroup.Builder2
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java350 * Created by calling the {@link Builder2#addInput} method. The value
353 * the same order as intputs are added using the addInput method.
1022 * An external script group input is created using the {@link #addInput} method.
1096 public Input addInput() { method in class:ScriptGroup.Builder2
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1619 addInput(input, inputDesc);
3649 void AudioPolicyManager::addInput(audio_io_handle_t input, sp<AudioInputDescriptor> inputDesc) function in class:android::AudioPolicyManager
4021 addInput(input, desc);

Completed in 181 milliseconds