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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java66 mBindings[phoneId].rebind();
84 binding.rebind();
152 void rebind() { method in class:CarrierServiceBindHelper.AppBinding
327 appBinding.rebind();
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h276 struct rebind { struct in class:mcld::LinearAllocator
291 struct rebind { struct in class:mcld::LinearAllocator
316 struct rebind { struct in class:mcld::MallocAllocator
361 struct rebind { struct in class:mcld::MallocAllocator
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h166 // rebind marks that allocators can be rebound to different types
168 struct rebind { struct in class:android::uirenderer::LinearStdAllocator
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java238 boolean rebind = data.readInt() != 0;
240 scheduleBindService(token, intent, rebind, processState);
995 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, argument
1001 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.java485 boolean rebind; field in class:ActivityThread.BindServiceData
809 boolean rebind, int processState) {
814 s.rebind = rebind;
3182 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind);
3188 if (!data.rebind) {
808 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1185 // unbind, so just rebind right here.
1423 boolean execInFg, boolean rebind) throws TransactionTooLargeException {
1428 if ((!i.requested || rebind) && i.apps.size() > 0) {
1432 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind,
1434 if (!rebind) {
2151 // Assume the client doesn't want to know about a rebind;
1422 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument

Completed in 999 milliseconds