Searched defs:rebind (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | default_initialization_allocator.h | 24 struct rebind { struct 26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 276 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;
|
D | CXADemangle.tcc | 4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | FatVector.h | 76 struct rebind { struct 77 typedef InlineStdAllocator<Other, SIZE> other;
|
/frameworks/native/include/ui/ |
D | FatVector.h | 76 struct rebind { struct 77 typedef InlineStdAllocator<Other, SIZE> other;
|
/frameworks/native/libs/ui/include/ui/ |
D | FatVector.h | 76 struct rebind { struct 77 typedef InlineStdAllocator<Other, SIZE> other;
|
/frameworks/base/libs/hwui/utils/ |
D | LinearAllocator.h | 167 struct rebind { struct 168 typedef LinearStdAllocator<U> other;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceBindHelper.java | 269 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 102 in Intent intent, boolean rebind, int processState, long bindSeq); in scheduleBindService()
|
D | ActivityThread.java | 921 boolean rebind; field in ActivityThread.BindServiceData 1194 boolean rebind, int processState, long bindSeq) { in scheduleBindService()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 5206 boolean execInFg, boolean rebind, in requestServiceBindingLocked()
|