Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java76 mBindings[phoneId].rebind();
96 binding.rebind();
169 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
382 appBinding.rebind(); in evaluateBinding()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h276 struct rebind { struct
291 struct rebind { struct
316 struct rebind { struct
361 struct rebind { struct
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Ddefault_initialization_allocator.h24 struct rebind { struct
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h166 struct rebind { struct
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h634 struct rebind { struct
758 typedef typename Allocator::template rebind<Key*>::other KeyPtrAllocator;
981 typedef typename Allocator::template rebind<Key>::other KeyAllocator; in insert()
1221 typename Allocator::template rebind<Tree>::other tree_allocator(alloc_); in TreeConvert()
1291 typedef typename Allocator::template rebind<U>::other alloc_type; in Alloc()
1298 typedef typename Allocator::template rebind<U>::other alloc_type; in Dealloc()
1308 typename Allocator::template rebind<Tree>::other tree_allocator(alloc_); in DestroyTree()
/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.aidl84 in Intent intent, boolean rebind, int processState); in scheduleBindService() argument
DActivityThread.java735 boolean rebind; field in ActivityThread.BindServiceData
955 boolean rebind, int processState) { in scheduleBindService() argument
960 s.rebind = rebind; in scheduleBindService()
3973 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind); in handleBindService()
3979 if (!data.rebind) { in handleBindService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2286 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked() argument
2292 + " rebind=" + rebind); in requestServiceBindingLocked()
2293 if ((!i.requested || rebind) && i.apps.size() > 0) { in requestServiceBindingLocked()
2297 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind, in requestServiceBindingLocked()
2299 if (!rebind) { in requestServiceBindingLocked()