Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h296 struct rebind { struct
314 struct rebind { struct
315 typedef LinearAllocator<NewDataType, 0> other;
341 struct rebind struct
343 typedef MallocAllocator<OtherDataType> other;
395 struct rebind struct
397 typedef MallocAllocator<OtherDataType> other;
/frameworks/base/core/java/android/app/
DIApplicationThread.java81 Intent intent, boolean rebind) throws RemoteException; in scheduleBindService()
DApplicationThreadNative.java826 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind) in scheduleBindService()
DActivityThread.java397 boolean rebind; field in ActivityThread.BindServiceData
693 boolean rebind) { in scheduleBindService()
/frameworks/base/services/java/com/android/server/am/
DActiveServices.java818 IntentBindRecord i, boolean rebind) { in requestServiceBindingLocked()