Searched refs:rebind (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceBindHelper.java | 66 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/ |
D | Allocators.h | 276 struct rebind { struct 291 struct rebind { struct 316 struct rebind { struct 361 struct rebind { struct
|
D | CXADemangle.tcc | 4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument
|
/frameworks/base/libs/hwui/utils/ |
D | LinearAllocator.h | 168 struct rebind { struct
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.java | 87 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService() argument
|
D | ApplicationThreadNative.java | 238 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()
|
D | ActivityThread.java | 485 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/ |
D | ActiveServices.java | 1423 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/ |
D | advanced.jd | 729 <p>Once memory is already bound, you do not have to rebind the memory to the RenderScript
|