Searched refs:RilWakelockInfo (Results 1 – 3 of 3) sorted by relevance
31 public ArrayList<RilWakelockInfo> mPendingRilWakelocks = new ArrayList<>();42 RilWakelockInfo wlInfo = new RilWakelockInfo(request, token, concurrentRequests, time); in startAttributingWakelock()50 RilWakelockInfo wlInfo = removePendingWakelock(request, token); in stopAttributingWakelock()59 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in stopAllPendingRequests()69 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in changeConcurrentRequests()75 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest()94 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in updatePendingRequestWakelockTime()106 private RilWakelockInfo removePendingWakelock(int request, int token) { in removePendingWakelock()107 RilWakelockInfo result = null; in removePendingWakelock()109 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in removePendingWakelock()
26 public class RilWakelockInfo { class27 private final String LOG_TAG = RilWakelockInfo.class.getSimpleName();48 RilWakelockInfo(int rilRequest, int tokenNumber, int concurrentRequests, long requestTime) { in RilWakelockInfo() method in RilWakelockInfo
39609 …hony/ClientWakelockAccountant;->completeRequest(Lcom/android/internal/telephony/RilWakelockInfo;J)V39611 …lientWakelockAccountant;->removePendingWakelock(II)Lcom/android/internal/telephony/RilWakelockInfo;40743 HSPLcom/android/internal/telephony/RilWakelockInfo;->getRilRequestSent()I40744 HSPLcom/android/internal/telephony/RilWakelockInfo;->getTokenNumber()I40745 HSPLcom/android/internal/telephony/RilWakelockInfo;->getWakelockTimeAttributedToClient()J40746 HSPLcom/android/internal/telephony/RilWakelockInfo;->setResponseTime(J)V40747 HSPLcom/android/internal/telephony/RilWakelockInfo;->updateConcurrentRequests(IJ)V40748 HSPLcom/android/internal/telephony/RilWakelockInfo;->updateTime(J)V60286 Lcom/android/internal/telephony/RilWakelockInfo;