Searched refs:startRequested (Results 1 – 3 of 3) sorted by relevance
113 boolean startRequested; // someone explicitly called start? field in ServiceRecord300 if (startRequested || delayedStop || lastStartId != 0) { in writeToProto()302 proto.write(ServiceRecordProto.Start.START_REQUESTED, startRequested); in writeToProto()418 if (startRequested || delayedStop || lastStartId != 0) { in dump()419 pw.print(prefix); pw.print("startRequested="); pw.print(startRequested); in dump()
329 Slog.wtf(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.startRequested in rescheduleDelayedStartsLocked()491 if (forcedStandby || (!r.startRequested && !fgRequired)) { in startServiceLocked()554 r.startRequested = true; in startServiceLocked()706 if (r.startRequested && addToStarting) { in startServiceInnerLocked()742 service.startRequested = false; in stopServiceLocked()792 if (service.appInfo.uid == uid && service.startRequested) { in stopInBackgroundLocked()902 r.startRequested = false; in stopServiceTokenLocked()2636 if (r.startRequested) { in bringUpServiceLocked()2739 if (r.startRequested && r.callStart && r.pendingStarts.size() == 0) { in realStartServiceLocked()2755 if (r.startRequested) { in realStartServiceLocked()[all …]
1130 if (s.startRequested) { in computeOomAdjLocked()