Home
last modified time | relevance | path

Searched refs:RilWakelockInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockAccountant.java31 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()
DRilWakelockInfo.java26 public class RilWakelockInfo { class
27 private final String LOG_TAG = RilWakelockInfo.class.getSimpleName();
48 RilWakelockInfo(int rilRequest, int tokenNumber, int concurrentRequests, long requestTime) { in RilWakelockInfo() method in RilWakelockInfo
/frameworks/base/config/
Dboot-image-profile.txt39609 …hony/ClientWakelockAccountant;->completeRequest(Lcom/android/internal/telephony/RilWakelockInfo;J)V
39611 …lientWakelockAccountant;->removePendingWakelock(II)Lcom/android/internal/telephony/RilWakelockInfo;
40743 HSPLcom/android/internal/telephony/RilWakelockInfo;->getRilRequestSent()I
40744 HSPLcom/android/internal/telephony/RilWakelockInfo;->getTokenNumber()I
40745 HSPLcom/android/internal/telephony/RilWakelockInfo;->getWakelockTimeAttributedToClient()J
40746 HSPLcom/android/internal/telephony/RilWakelockInfo;->setResponseTime(J)V
40747 HSPLcom/android/internal/telephony/RilWakelockInfo;->updateConcurrentRequests(IJ)V
40748 HSPLcom/android/internal/telephony/RilWakelockInfo;->updateTime(J)V
60286 Lcom/android/internal/telephony/RilWakelockInfo;