Searched refs:wlInfo (Results 1 – 1 of 1) sorted by relevance
42 RilWakelockInfo wlInfo = new RilWakelockInfo(request, token, concurrentRequests, time); in startAttributingWakelock() local44 mPendingRilWakelocks.add(wlInfo); in startAttributingWakelock()50 RilWakelockInfo wlInfo = removePendingWakelock(request, token); in stopAttributingWakelock() local51 if (wlInfo != null) { in stopAttributingWakelock()52 completeRequest(wlInfo, time); in stopAttributingWakelock()59 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in stopAllPendingRequests()60 completeRequest(wlInfo, time); in stopAllPendingRequests()69 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in changeConcurrentRequests()70 wlInfo.updateConcurrentRequests(concurrentRequests, time); in changeConcurrentRequests()75 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest() argument[all …]