Searched refs:threadBinder (Results 1 – 3 of 3) sorted by relevance
2970 final IBinder threadBinder = thread.asBinder(); in getLRURecordForAppLocked() local2974 if (rec.thread != null && rec.thread.asBinder() == threadBinder) { in getLRURecordForAppLocked()
3633 final IBinder threadBinder = thread.asBinder(); in getRecordForAppLocked()3640 if (proc.thread != null && proc.thread.asBinder() == threadBinder) { in getRecordForAppLocked()
5921 final IBinder threadBinder = thread.asBinder(); in getProcessController() local5927 if (proc.hasThread() && proc.getThread().asBinder() == threadBinder) { in getProcessController()