Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h293 struct rebind { struct
311 struct rebind { struct
338 struct rebind struct
392 struct rebind struct
DCXADemangle.tcc4777 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
/frameworks/base/core/java/android/app/
DIApplicationThread.java87 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService() argument
DApplicationThreadNative.java228 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()
DActivityThread.java418 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/
DActiveServices.java1141 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/
Dadvanced.jd729 <p>Once memory is already bound, you do not have to rebind the memory to the RenderScript