Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h276 struct rebind { struct
291 struct rebind { struct
316 struct rebind { struct
361 struct rebind { struct
DCXADemangle.tcc4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java85 mBindings.get(phoneId).rebind();
112 binding.rebind();
213 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
455 appBinding.rebind(); in evaluateBinding()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Ddefault_initialization_allocator.h24 struct rebind { struct
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinator.java253 rebind(entry, "entryUpdated");
268 private void rebind(NotificationEntry entry, String reason) {
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h167 struct rebind { struct
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java310 rebind(bestServiceInfo); in onBestServiceChanged()
314 private void rebind(ServiceInfo newServiceInfo) { in rebind() method in ServiceWatcher
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DServerMain.java184 registry.rebind(RemoteBridge.class.getName(), stub);
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl85 in Intent intent, boolean rebind, int processState); in scheduleBindService() argument
DActivityThread.java773 boolean rebind; field in ActivityThread.BindServiceData
994 boolean rebind, int processState) { in scheduleBindService() argument
999 s.rebind = rebind; in scheduleBindService()
4212 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind); in handleBindService()
4218 if (!data.rebind) { in handleBindService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2621 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument
2627 + " rebind=" + rebind); in requestServiceBindingLocked()
2628 if ((!i.requested || rebind) && i.apps.size() > 0) { in requestServiceBindingLocked()
2632 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind, in requestServiceBindingLocked()
2634 if (!rebind) { in requestServiceBindingLocked()
/frameworks/base/services/
Dart-profile3226 HSPLcom/android/server/ServiceWatcher;->rebind(Lcom/android/server/ServiceWatcher$ServiceInfo;)V