Searched defs:addInput (Results 1 - 6 of 6) 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.java332 * Created by calling the {@link Builder2#addInput} method. The value
335 * the same order as intputs are added using the addInput method.
405 * inputs are added via {@link Builder2#addInput}.
880 * An external script group input is created using the {@link #addInput} method.
953 public Input addInput() { method in class:ScriptGroup.Builder2
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DVertexShader.java62 public Builder addInput(Element e) { method in class:VertexShader.Builder
63 mBuilder.addInput(e);
/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.
1018 * An external script group input is created using the {@link #addInput} method.
1092 public Input addInput() { method in class:ScriptGroup.Builder2
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1475 addInput(*input, inputDesc);
3171 void AudioPolicyManager::addInput(audio_io_handle_t input, sp<AudioInputDescriptor> inputDesc) function in class:android::AudioPolicyManager
3628 addInput(input, desc);

Completed in 1527 milliseconds