Searched refs:threadBinder (Results 1 – 3 of 3) sorted by relevance
3089 final IBinder threadBinder = thread.asBinder(); in getLRURecordForAppLocked() local3093 if (rec.thread != null && rec.thread.asBinder() == threadBinder) { in getLRURecordForAppLocked()
3657 final IBinder threadBinder = thread.asBinder(); in getRecordForAppLocked()3664 if (proc.thread != null && proc.thread.asBinder() == threadBinder) { in getRecordForAppLocked()
5968 final IBinder threadBinder = thread.asBinder(); in getProcessController() local5974 if (proc.hasThread() && proc.getThread().asBinder() == threadBinder) { in getProcessController()