Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Ddefault_initialization_allocator.h24 struct rebind { struct
26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h276 struct rebind { struct
291 struct rebind { argument
292 typedef LinearAllocator<NewDataType, 0> other;
316 struct rebind { struct
317 typedef MallocAllocator<OtherDataType> other;
361 struct rebind { struct
362 typedef MallocAllocator<OtherDataType> other;
DCXADemangle.tcc4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; argument
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h166 struct rebind { struct
167 typedef LinearStdAllocator<U> other;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java166 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl77 in Intent intent, boolean rebind, int processState); in scheduleBindService()
DActivityThread.java608 boolean rebind; field in ActivityThread.BindServiceData
817 boolean rebind, int processState) { in scheduleBindService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2073 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()