OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mOutputs
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/
rsScriptGroup.h
53
Vector<Link *>
mOutputs
;
71
Vector<IO *>
mOutputs
;
/hardware/libhardware_legacy/audio/
AudioDumpInterface.h
161
SortedVector<AudioStreamOutDump *>
mOutputs
;
/frameworks/base/graphics/java/android/renderscript/
Program.java
70
Element
mOutputs
[];
203
Element
mOutputs
[];
218
mOutputs
= new Element[MAX_OUTPUT];
356
p.
mOutputs
= new Element[mOutputCount];
357
System.arraycopy(
mOutputs
, 0, p.
mOutputs
, 0, mOutputCount);
ScriptGroup.java
46
IO
mOutputs
[];
81
ArrayList<ConnectLine>
mOutputs
= new ArrayList<ConnectLine>();
126
for (int ct=0; ct <
mOutputs
.length; ct++) {
127
if (
mOutputs
[ct].mKID == s) {
128
mOutputs
[ct].mAllocation = a;
188
for (int ct = 0; ct < target.
mOutputs
.size(); ct++) {
189
final ConnectLine cl = target.
mOutputs
.get(ct);
222
for (int ct=0; ct < n.
mOutputs
.size(); ct++) {
223
final ConnectLine cl = n.
mOutputs
.get(ct);
239
if (n.
mOutputs
.size() == 0 && mNodes.size() > 1)
[
all
...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java
47
IO
mOutputs
[];
82
ArrayList<ConnectLine>
mOutputs
= new ArrayList<ConnectLine>();
127
for (int ct=0; ct <
mOutputs
.length; ct++) {
128
if (
mOutputs
[ct].mKID == s) {
129
mOutputs
[ct].mAllocation = a;
194
for (int ct = 0; ct < target.
mOutputs
.size(); ct++) {
195
final ConnectLine cl = target.
mOutputs
.get(ct);
228
for (int ct=0; ct < n.
mOutputs
.size(); ct++) {
229
final ConnectLine cl = n.
mOutputs
.get(ct);
245
if (n.
mOutputs
.size() == 0 && mNodes.size() > 1)
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
523
DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *>
mOutputs
;
524
// copy of
mOutputs
before setDeviceConnectionState() opens new outputs
525
// reset to
mOutputs
when updateDevicesAndOutputs() is called.
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 40 milliseconds