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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Ddefault_initialization_allocator.h24 struct rebind { struct in class:android::pdx::rpc::DefaultInitializationAllocator
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h164 // rebind marks that allocators can be rebound to different types
166 struct rebind { struct in class:android::uirenderer::LinearStdAllocator
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java74 mBindings[phoneId].rebind();
93 binding.rebind();
166 void rebind() { method in class:CarrierServiceBindHelper.AppBinding
379 appBinding.rebind();
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1804 // unbind, so just rebind right here.
2073 boolean execInFg, boolean rebind) throws TransactionTooLargeException {
2079 + " rebind=" + rebind);
2080 if ((!i.requested || rebind) && i.apps.size() > 0) {
2084 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind,
2086 if (!rebind) {
2891 // Assume the client doesn't want to know about a rebind;
2072 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument
/frameworks/base/core/java/android/app/
H A DActivityThread.java608 boolean rebind; field in class:ActivityThread.BindServiceData
817 boolean rebind, int processState) {
822 s.rebind = rebind;
3552 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind);
3558 if (!data.rebind) {
816 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument

Completed in 1014 milliseconds