Searched refs:RilWakelockInfo (Results 1 – 5 of 5) sorted by relevance
32 public ArrayList<RilWakelockInfo> mPendingRilWakelocks = new ArrayList<>();43 RilWakelockInfo wlInfo = new RilWakelockInfo(request, token, concurrentRequests, time); in startAttributingWakelock()51 RilWakelockInfo wlInfo = removePendingWakelock(request, token); in stopAttributingWakelock()60 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in stopAllPendingRequests()70 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in changeConcurrentRequests()76 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest()95 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in updatePendingRequestWakelockTime()107 private RilWakelockInfo removePendingWakelock(int request, int token) { in removePendingWakelock()108 RilWakelockInfo result = null; in removePendingWakelock()110 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
301 com.android.internal.telephony.RilWakelockInfo
4867 com.android.internal.telephony.RilWakelockInfo
21920 …hony/ClientWakelockAccountant;->completeRequest(Lcom/android/internal/telephony/RilWakelockInfo;J)V21922 …lientWakelockAccountant;->removePendingWakelock(II)Lcom/android/internal/telephony/RilWakelockInfo;22751 HSPLcom/android/internal/telephony/RilWakelockInfo;->getRilRequestSent()I22752 HSPLcom/android/internal/telephony/RilWakelockInfo;->getTokenNumber()I22753 HSPLcom/android/internal/telephony/RilWakelockInfo;->getWakelockTimeAttributedToClient()J22754 HSPLcom/android/internal/telephony/RilWakelockInfo;->setResponseTime(J)V22755 HSPLcom/android/internal/telephony/RilWakelockInfo;->updateConcurrentRequests(IJ)V22756 HSPLcom/android/internal/telephony/RilWakelockInfo;->updateTime(J)V37762 Lcom/android/internal/telephony/RilWakelockInfo;