Searched defs:rebind (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h293 struct rebind { struct in class:mcld::LinearAllocator
311 struct rebind { struct in class:mcld::LinearAllocator
338 struct rebind struct in class:mcld::MallocAllocator
392 struct rebind struct in class:mcld::MallocAllocator
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java228 boolean rebind = data.readInt() != 0;
230 scheduleBindService(token, intent, rebind, processState);
902 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, argument
908 data.writeInt(rebind ? 1 : 0);
H A DIApplicationThread.java87 Intent intent, boolean rebind, int processState) throws RemoteException;
86 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
H A DActivityThread.java418 boolean rebind; field in class:ActivityThread.BindServiceData
718 boolean rebind, int processState) {
723 s.rebind = rebind;
2781 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind);
2787 if (!data.rebind) {
717 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java956 // unbind, so just rebind right here.
1141 IntentBindRecord i, boolean execInFg, boolean rebind) {
1146 if ((!i.requested || rebind) && i.apps.size() > 0) {
1150 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind,
1152 if (!rebind) {
1792 // Assume the client doesn't want to know about a rebind;
1140 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument

Completed in 908 milliseconds