Searched refs:startRequested (Results 1 – 4 of 4) sorted by relevance
110 boolean startRequested; // someone explicitly called start? field in ServiceRecord306 if (startRequested || delayedStop || lastStartId != 0) { in dumpDebug()308 proto.write(ServiceRecordProto.Start.START_REQUESTED, startRequested); in dumpDebug()428 if (startRequested || delayedStop || lastStartId != 0) { in dump()429 pw.print(prefix); pw.print("startRequested="); pw.print(startRequested); in dump()641 return startRequested && (stopIfKilled || isStartCanceled) && pendingStarts.isEmpty(); in canStopIfKilled()
368 Slog.wtf(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.startRequested in rescheduleDelayedStartsLocked()546 if (forcedStandby || (!r.startRequested && !fgRequired)) { in startServiceLocked()609 r.startRequested = true; in startServiceLocked()769 if (r.startRequested && addToStarting) { in startServiceInnerLocked()805 service.startRequested = false; in stopServiceLocked()855 if (service.appInfo.uid == uid && service.startRequested) { in stopInBackgroundLocked()966 r.startRequested = false; in stopServiceTokenLocked()2712 reason = (r.startRequested && !shouldStop) ? "start-requested" : "connection"; in scheduleServiceRestartLocked()2977 if (r.startRequested) { in bringUpServiceLocked()3080 if (r.startRequested && r.callStart && r.pendingStarts.size() == 0) { in realStartServiceLocked()[all …]
1463 if (s.startRequested) { in computeOomAdjLocked()
542 s.startRequested = true; in testUpdateOomAdj_DoOne_ServiceB()586 s.startRequested = true; in testUpdateOomAdj_DoOne_Service_Started()604 s.startRequested = true; in testUpdateOomAdj_DoOne_Service_Started_WaivePriority()1594 s.startRequested = true; in testUpdateOomAdj_DoAll_ServiceB()1597 s.startRequested = true; in testUpdateOomAdj_DoAll_ServiceB()1607 s.startRequested = true; in testUpdateOomAdj_DoAll_ServiceB()