Searched refs:startRequested (Results 1 – 4 of 4) sorted by relevance
119 boolean startRequested; // someone explicitly called start? field in ServiceRecord356 if (startRequested || delayedStop || lastStartId != 0) { in dumpDebug()358 proto.write(ServiceRecordProto.Start.START_REQUESTED, startRequested); in dumpDebug()486 if (startRequested || delayedStop || lastStartId != 0) { in dump()487 pw.print(prefix); pw.print("startRequested="); pw.print(startRequested); in dump()703 return startRequested && (stopIfKilled || isStartCanceled) && pendingStarts.isEmpty(); in canStopIfKilled()
484 Slog.wtf(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.startRequested in rescheduleDelayedStartsLocked()724 if (forcedStandby || (!r.startRequested && !fgRequired)) { in startServiceLocked()802 r.startRequested = true; in startServiceInnerLocked()1112 if (r.startRequested && addToStarting) { in startServiceInnerLocked()1149 service.startRequested = false; in stopServiceLocked()1201 if (service.appInfo.uid == uid && service.startRequested) { in stopInBackgroundLocked()1327 r.startRequested = false; in stopServiceTokenLocked()3527 reason = (r.startRequested && !shouldStop) ? "start-requested" : "connection"; in scheduleServiceRestartLocked()3879 if (r.startRequested) { in bringUpServiceLocked()3988 if (r.startRequested && r.callStart && r.pendingStarts.size() == 0) { in realStartServiceLocked()[all …]
1882 if (s.startRequested) { in computeOomAdjLSP()
563 s.startRequested = true; in testUpdateOomAdj_DoOne_ServiceB()607 s.startRequested = true; in testUpdateOomAdj_DoOne_Service_Started()625 s.startRequested = true; in testUpdateOomAdj_DoOne_Service_Started_WaivePriority()1563 s1.startRequested = true; in testUpdateOomAdj_UidIdle_StopService()1569 s2.startRequested = true; in testUpdateOomAdj_UidIdle_StopService()1575 s3.startRequested = true; in testUpdateOomAdj_UidIdle_StopService()1581 c2s.startRequested = true; in testUpdateOomAdj_UidIdle_StopService()1909 s.startRequested = true; in testUpdateOomAdj_DoAll_ServiceB()1912 s.startRequested = true; in testUpdateOomAdj_DoAll_ServiceB()1922 s.startRequested = true; in testUpdateOomAdj_DoAll_ServiceB()[all …]