Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h167 struct rebind { struct
168 typedef LinearStdAllocator<U> other;
/aosp14/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl98 in Intent intent, boolean rebind, int processState, long bindSeq); in scheduleBindService()
H A DActivityThread.java866 boolean rebind; field in ActivityThread.BindServiceData
1127 boolean rebind, int processState, long bindSeq) { in scheduleBindService()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java4607 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()