Searched refs:getID (Results 1 - 25 of 67) sorted by last modified time

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java918 log("fixTimeZone: zone != null zone.getID=" + zone.getID());
920 setAndBroadcastNetworkSetTimeZone(zone.getID());
924 saveNitzTimeZone(zone.getID());
1090 if (DBG) log("getNitzTimeZone returning " + (guess == null ? guess : guess.getID()));
1347 (zone!=null ? zone.getID() : "NULL") +
1354 setAndBroadcastNetworkSetTimeZone(zone.getID());
1356 saveNitzTimeZone(zone.getID());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java230 super(TimeZone.getDefault().getID()); // 3GPP2 timestamps use the local timezone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java936 " with zone.getID=" + zone.getID() +
939 setAndBroadcastNetworkSetTimeZone(zone.getID());
1006 log("pollStateDone: zone != null zone.getID=" + zone.getID());
1008 setAndBroadcastNetworkSetTimeZone(zone.getID());
1010 saveNitzTimeZone(zone.getID());
1085 if (DBG) log("getNitzTimeZone returning " + (guess == null ? guess : guess.getID()));
1456 setAndBroadcastNetworkSetTimeZone(zone.getID());
1458 saveNitzTimeZone(zone.getID());
[all...]
/frameworks/rs/cpp/
H A DAllocation.cpp32 //return mAdaptedAllocation.getID();
34 return getID();
132 const void *typeID = rsaAllocationGetType(mRS->mContext, getID());
159 rsAllocationIoSend(mRS->mContext, getID());
166 rsAllocationIoReceive(mRS->mContext, getID());
179 i[ct] = d[ct].getID();
224 rsAllocationGenerateMipmaps(mRS->mContext, getID());
327 mRS.nAllocationRead(getID(), d);
333 mRS.nAllocationRead(getID(), d);
339 mRS.nAllocationRead(getID(),
[all...]
H A DBaseObj.cpp27 void * BaseObj::getID() const { function in class:BaseObj
35 return o.get() == NULL ? NULL : o->getID();
H A DBaseObj.h43 void * getID() const;
H A DScript.cpp32 rsScriptInvokeV(mRS->mContext, getID(), slot, v, len);
42 rsScriptForEach(mRS->mContext, getID(), slot, in_id, out_id, usr, usrLen);
51 rsScriptBindAllocation(mRS->mContext, getID(), BaseObj::getObjID(va), slot);
56 rsScriptSetVarObj(mRS->mContext, getID(), index, (o == NULL) ? 0 : o->getID());
60 rsScriptSetVarV(mRS->mContext, getID(), index, v, len);
H A DType.cpp82 mRS.nTypeGetNativeData(getID(), dataBuffer);
151 void * id = rsTypeCreate(mRS->mContext, mElement->getID(), mDimX, mDimY, mDimZ,
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java145 return mAdaptedAllocation.getID(mRS);
147 return getID(mRS);
299 i[ct] = d[ct].getID(mRS);
459 mRS.nAllocationCopyFromBitmap(getID(mRS), b);
540 mRS.nAllocationGenerateMipmaps(getID(mRS));
668 count, 1, data.getID(mRS), dataOff, 0,
745 w, h, data.getID(mRS), dataXoff, dataYoff,
776 mRS.nAllocationCopyToBitmap(getID(mRS), b);
789 mRS.nAllocationRead(getID(mRS), d);
802 mRS.nAllocationRead(getID(mR
[all...]
H A DAllocationAdapter.java33 int getID(RenderScript rs) { method in class:AllocationAdapter
H A DBaseObj.java51 int getID(RenderScript rs) { method in class:BaseObj
H A DElement.java59 int getID() {
60 return mE.getID();
1012 ids[ct] = ein[ct].getID(mRS);
H A DFieldPacker.java146 addI32(obj.getID(null));
H A DRenderScript.java823 return o.getID(this);
H A DScript.java64 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
107 int id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
124 mRS.nScriptInvoke(getID(mRS), slot);
135 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
137 mRS.nScriptInvoke(getID(mRS), slot);
156 in_id = ain.getID(mRS);
160 out_id = aout.getID(mRS);
166 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params);
184 mRS.nScriptBindAllocation(getID(mRS), va.getID(mR
[all...]
H A DScriptGroup.java101 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a));
121 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a));
134 mRS.nScriptGroupExecute(getID(mRS));
348 kernels[idx++] = kid.getID(mRS);
382 src[ct] = cl.mFrom.getID(mRS);
384 dstk[ct] = cl.mToK.getID(mRS);
387 dstf[ct] = cl.mToF.getID(mRS);
389 types[ct] = cl.mAllocationType.getID(mR
[all...]
H A DScriptIntrinsicBlend.java40 int id = rs.nScriptIntrinsicCreate(7, e.getID(rs));
H A DScriptIntrinsicBlur.java52 int id = rs.nScriptIntrinsicCreate(5, e.getID(rs));
H A DScriptIntrinsicColorMatrix.java53 int id = rs.nScriptIntrinsicCreate(2, e.getID(rs));
H A DScriptIntrinsicConvolve3x3.java54 int id = rs.nScriptIntrinsicCreate(1, e.getID(rs));
H A DScriptIntrinsicConvolve5x5.java51 int id = rs.nScriptIntrinsicCreate(4, e.getID(rs));
H A DScriptIntrinsicLUT.java56 int id = rs.nScriptIntrinsicCreate(3, e.getID(rs));
H A DScriptIntrinsicYuvToRGB.java46 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
H A DType.java256 int id = mRS.nTypeCreate(mElement.getID(mRS),
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnostic.h32 unsigned int getID() const function in class:mcld::Diagnostic

Completed in 142 milliseconds

123