Searched refs:rebind (Results 1 - 7 of 7) 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/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/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 DIApplicationThread.aidl94 in Intent intent, boolean rebind, int processState);
H A DActivityThread.java526 boolean rebind; field in class:ActivityThread.BindServiceData
858 boolean rebind, int processState) {
863 s.rebind = rebind;
3359 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind);
3365 if (!data.rebind) {
857 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1597 // unbind, so just rebind right here.
1841 boolean execInFg, boolean rebind) throws TransactionTooLargeException {
1847 + " rebind=" + rebind);
1848 if ((!i.requested || rebind) && i.apps.size() > 0) {
1852 r.app.thread.scheduleBindService(r, i.intent.getIntent(), rebind,
1854 if (!rebind) {
2649 // Assume the client doesn't want to know about a rebind;
1840 requestServiceBindingLocked(ServiceRecord r, IntentBindRecord i, boolean execInFg, boolean rebind) argument

Completed in 206 milliseconds