Searched refs:aout (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/cmds/dumpsys/
H A Ddumpsys.cpp56 aout << "Currently running services:" << endl;
61 aout << " " << services[i] << endl;
70 aout << "------------------------------------------------------------"
72 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
/frameworks/base/graphics/java/android/renderscript/
H A DScript.java51 * @param aout
54 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { argument
55 if (ain == null && aout == null) {
57 "At least one of ain or aout is required to be non-null.");
64 if (aout != null) {
65 out_id = aout.getID();
H A DRenderScript.java457 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params); argument
458 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout); argument
459 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) { argument
462 rsnScriptForEach(mContext, id, slot, ain, aout);
464 rsnScriptForEach(mContext, id, slot, ain, aout, params);
/frameworks/base/cmds/service/
H A Dservice.cpp95 aout << "Service " << argv[optind] <<
105 aout << "Found " << services.size() << " services:" << endl;
109 aout << i
238 aout << "Result: " << reply << endl;
261 aout << "Usage: service [-h|-?]\n"
/frameworks/base/libs/rs/driver/
H A DrsdBcc.cpp192 Allocation * aout; member in struct:__anon282
283 Allocation * aout,
305 } else if (aout) {
306 mtls.dimX = aout->getType()->getDimX();
307 mtls.dimY = aout->getType()->getDimY();
308 mtls.dimZ = aout->getType()->getDimZ();
309 //mtls.dimArray = aout->getType()->getDimArray();
349 mtls.aout = aout;
365 if (aout) {
279 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
H A DrsdBcc.h37 android::renderscript::Allocation * aout,
/frameworks/base/libs/rs/
H A DrsScript.h80 Allocation * aout,
H A DrsScriptC.h51 Allocation * aout,
H A DrsScriptC.cpp130 Allocation * aout,
139 rsc->mHal.funcs.script.invokeForEach(rsc, this, 0, ain, aout, usr, usrBytes, sc);
128 runForEach(Context *rsc, const Allocation * ain, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
H A Drs_hal.h88 Allocation * aout,
H A Drs.spec267 param RsAllocation aout
/frameworks/base/libs/utils/
H A DStatic.cpp88 TextOutput& aout(gStdoutTextOutput);
H A DResourceTypes.cpp2160 TABLE_NOISY(aout << "Resource type data: "
4036 TABLE_NOISY(aout << "Looking in resource table " << package->header->header
/frameworks/base/include/utils/
H A DTextOutput.h55 extern TextOutput& aout;
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp920 jint script, jint slot, jint ain, jint aout)
923 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0);
927 jint script, jint slot, jint ain, jint aout, jbyteArray params)
932 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len);
919 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
926 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
/frameworks/base/tools/aapt/
H A DXMLNode.cpp998 NOISY(aout << "String pool:"
1033 NOISY(aout << "XML resource:"
H A DResourceTable.cpp2866 NOISY(aout << "Resource table:"
3545 NOISY(aout << "Setting restable string pool: "

Completed in 216 milliseconds