Searched refs:wlInfo (Results 1 – 1 of 1) sorted by relevance
43 RilWakelockInfo wlInfo = new RilWakelockInfo(request, token, concurrentRequests, time); in startAttributingWakelock() local45 mPendingRilWakelocks.add(wlInfo); in startAttributingWakelock()51 RilWakelockInfo wlInfo = removePendingWakelock(request, token); in stopAttributingWakelock() local52 if (wlInfo != null) { in stopAttributingWakelock()53 completeRequest(wlInfo, time); in stopAttributingWakelock()60 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in stopAllPendingRequests()61 completeRequest(wlInfo, time); in stopAllPendingRequests()70 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in changeConcurrentRequests()71 wlInfo.updateConcurrentRequests(concurrentRequests, time); in changeConcurrentRequests()76 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest() argument[all …]