Searched refs:rebind (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 293 struct rebind { struct 311 struct rebind { struct 338 struct rebind struct 392 struct rebind struct
|
D | CXADemangle.tcc | 4777 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.java | 87 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService() argument
|
D | ApplicationThreadNative.java | 228 boolean rebind = data.readInt() != 0; in onTransact() 230 scheduleBindService(token, intent, rebind, processState); in onTransact() 902 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, in scheduleBindService() argument 908 data.writeInt(rebind ? 1 : 0); in scheduleBindService()
|
D | ActivityThread.java | 418 boolean rebind; field in ActivityThread.BindServiceData 718 boolean rebind, int processState) { in scheduleBindService() argument 723 s.rebind = rebind; in scheduleBindService() 2781 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind); in handleBindService() 2787 if (!data.rebind) { in handleBindService()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 1141 IntentBindRecord i, boolean execInFg, boolean rebind) { in requestServiceBindingLocked() argument 1146 if ((!i.requested || rebind) && i.apps.size() > 0) { in requestServiceBindingLocked() 1150 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind, in requestServiceBindingLocked() 1152 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
|