Searched refs:getID (Results 1 - 25 of 81) sorted by relevance

1234

/frameworks/base/packages/Osu/src/com/android/anqp/
H A DANQPElement.java13 public Constants.ANQPElementType getID() { method in class:ANQPElement
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DANQPElement.java13 public Constants.ANQPElementType getID() { method in class:ANQPElement
H A DRawByteElement.java63 return getID() == that.getID() && Arrays.equals(mPayload, that.mPayload);
H A DGenericBlobElement.java25 return "Element ID " + getID() + ": " + Utils.toHexString(mData);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java198 id = rs.nScriptIntrinsicCreate(13, Element.U32(rs).getID(rs), mUseIncSupp);
333 long aID = A.getID(mRS);
334 long xID = X.getID(mRS);
335 long yID = Y.getID(mRS);
341 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, 0, 0, mUseIncSupp);
365 long aID = A.getID(mRS);
366 long xID = X.getID(mRS);
367 long yID = Y.getID(mRS);
373 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, 0, 0, mUseIncSupp);
397 long aID = A.getID(mR
[all...]
H A DScript.java51 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize);
96 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig, mUseIncSupp);
135 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot);
179 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot, mUseIncSupp);
195 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp);
206 mRS.nScriptInvokeV(getID(mRS), slot, v.getData(), mUseIncSupp);
208 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp);
221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp);
223 mRS.nScriptBindAllocation(getID(mR
[all...]
H A DScriptIntrinsicYuvToRGB.java52 id = rs.nScriptIntrinsicCreate(6, e.getID(rs), mUseIncSupp);
H A DScriptGroup.java154 fieldIDs[i] = fieldID.getID(rs);
160 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs),
192 fieldIDs[i] = fieldID.getID(rs);
198 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs,
213 depClosures[index] = f.getClosure().getID(rs);
215 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0;
283 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size);
292 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mR
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java193 long id = rs.nScriptIntrinsicCreate(13, Element.U32(rs).getID(rs));
324 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, 0, 0);
346 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, 0, 0);
368 mRS.nScriptIntrinsicBLAS_Complex(getID(mR
[all...]
H A DScript.java59 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
97 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot);
136 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
152 mRS.nScriptInvoke(getID(mRS), slot);
161 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
163 mRS.nScriptInvoke(getID(mRS), slot);
195 in_ids[0] = ain.getID(mRS);
200 out_id = aout.getID(mRS);
220 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits);
257 in_ids[index] = ains[index].getID(mR
[all...]
H A DProgramFragment.java71 tmp[idx++] = mInputs[i].getID(mRS);
75 tmp[idx++] = mOutputs[i].getID(mRS);
79 tmp[idx++] = mConstants[i].getID(mRS);
H A DProgramVertex.java131 tmp[idx++] = mInputs[i].getID(mRS);
135 tmp[idx++] = mOutputs[i].getID(mRS);
139 tmp[idx++] = mConstants[i].getID(mRS);
H A DScriptIntrinsicYuvToRGB.java46 long id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
H A DProgram.java151 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
154 long id = a != null ? a.getID(mRS) : 0;
155 mRS.nProgramBindConstants(getID(mRS), slot, id);
176 long id = va != null ? va.getID(mRS) : 0;
177 mRS.nProgramBindTexture(getID(mRS), slot, id);
196 long id = vs != null ? vs.getID(mRS) : 0;
197 mRS.nProgramBindSampler(getID(mRS), slot, id);
H A DBaseObj.java52 long getID(RenderScript rs) { method in class:BaseObj
167 mName = mRS.nGetName(getID(mRS));
H A DScriptGroup.java141 fieldIDs[i] = fieldID.getID(rs);
147 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs),
176 fieldIDs[i] = fieldID.getID(rs);
182 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs,
216 depClosures[index] = f.getClosure().getID(rs);
218 depFieldIDs[index] = fieldID != null ? fieldID.getID(rs) : 0;
286 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size);
295 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mR
[all...]
H A DType.java237 mRS.nTypeGetNativeData(getID(mRS), dataBuffer);
268 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0);
292 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0);
318 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0);
477 long id = mRS.nTypeCreate(mElement.getID(mRS),
H A DFileA3D.java177 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS));
186 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names);
189 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
H A DProgramFragmentFixedFunction.java58 tmp[idx++] = mInputs[i].getID(mRS);
62 tmp[idx++] = mOutputs[i].getID(mRS);
66 tmp[idx++] = mConstants[i].getID(mRS);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp218 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sgemv,
220 alpha, A->getID(), X->getID(),
221 beta, Y->getID(), incX, incY, 0, 0);
229 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dgemv,
231 alpha, A->getID(), X->getID(),
232 beta, Y->getID(), incX, incY, 0, 0);
240 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgemv,
242 alpha.x, alpha.y, A->getID(),
[all...]
H A DScript.cpp25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
35 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0));
43 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
48 tryDispatch(mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == nullptr) ? 0 : o->getID()));
52 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len));
H A DBaseObj.cpp22 void * BaseObj::getID() const { function in class:BaseObj
30 return o == nullptr ? nullptr : o->getID();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DSetTimeZonePermissionsTest.java37 mCurrentZone = TimeZone.getDefault().getID();
64 String newZone = TimeZone.getDefault().getID();
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp33 llvm::StringRef desc = m_Engine.infoMap().getDescription(getID(), false);
108 llvm::Twine(getID()));
116 llvm::Twine(getID()) + llvm::Twine(": ") +
129 llvm::Twine("In diagnostic: ") + llvm::Twine(getID()) +
140 llvm::Twine("In diagnostic: ") + llvm::Twine(getID()) +
/frameworks/base/core/java/android/gesture/
H A DInstance.java77 instance = new Instance(gesture.getID(), pts, label);
81 instance = new Instance(gesture.getID(), pts, label);

Completed in 729 milliseconds

1234