Searched refs:threadBinder (Results 1 – 5 of 5) sorted by relevance
193 final IBinder threadBinder = new Binder(); in makeActiveProcessRecord() local194 doReturn(threadBinder).when(thread).asBinder(); in makeActiveProcessRecord()
461 final IBinder threadBinder = new Binder(); in makeActiveProcessRecord() local462 doReturn(threadBinder).when(thread).asBinder(); in makeActiveProcessRecord()
3898 ProcessRecord getLRURecordForAppLOSP(IBinder threadBinder) {3899 if (threadBinder == null) {3906 if (t != null && t.asBinder() == threadBinder) {
3422 ProcessRecord getRecordForAppLOSP(IBinder threadBinder) { in getRecordForAppLOSP() argument3423 if (threadBinder == null) { in getRecordForAppLOSP()3427 ProcessRecord record = mProcessList.getLRURecordForAppLOSP(threadBinder); in getRecordForAppLOSP()3438 if (procThread != null && procThread.asBinder() == threadBinder) { in getRecordForAppLOSP()
5337 final IBinder threadBinder = thread.asBinder(); in getProcessController() local5343 if (proc.hasThread() && proc.getThread().asBinder() == threadBinder) { in getProcessController()