Home
last modified time | relevance | path

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

/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.h168 struct rebind { struct
169 typedef LinearStdAllocator<U> other;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java152 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
/frameworks/base/core/java/android/app/
DIApplicationThread.java87 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService()
DApplicationThreadNative.java995 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, in scheduleBindService()
DActivityThread.java485 boolean rebind; field in ActivityThread.BindServiceData
809 boolean rebind, int processState) { in scheduleBindService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1423 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()