Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java66 mBindings[phoneId].rebind();
84 binding.rebind();
152 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
327 appBinding.rebind(); in evaluateBinding()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h276 struct rebind { struct
291 struct rebind { struct
316 struct rebind { struct
361 struct rebind { struct
DCXADemangle.tcc4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h168 struct rebind { struct
/frameworks/base/core/java/android/app/
DIApplicationThread.java87 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService() argument
DApplicationThreadNative.java238 boolean rebind = data.readInt() != 0; in onTransact()
240 scheduleBindService(token, intent, rebind, processState); in onTransact()
995 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, in scheduleBindService() argument
1001 data.writeInt(rebind ? 1 : 0); in scheduleBindService()
DActivityThread.java485 boolean rebind; field in ActivityThread.BindServiceData
809 boolean rebind, int processState) { in scheduleBindService() argument
814 s.rebind = rebind; in scheduleBindService()
3182 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind); in handleBindService()
3188 if (!data.rebind) { in handleBindService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1423 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument
1428 if ((!i.requested || rebind) && i.apps.size() > 0) { in requestServiceBindingLocked()
1432 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind, in requestServiceBindingLocked()
1434 if (!rebind) { in requestServiceBindingLocked()
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd729 <p>Once memory is already bound, you do not have to rebind the memory to the RenderScript