Home
last modified time | relevance | path

Searched refs:bumpServiceExecutingLocked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java4539 private boolean bumpServiceExecutingLocked( in bumpServiceExecutingLocked() method in ActiveServices
4616 bumpServiceExecutingLocked(r, execInFg, "bind", OOM_ADJ_REASON_BIND_SERVICE); in requestServiceBindingLocked()
5371 bumpServiceExecutingLocked(r, execInFg, "create", in realStartServiceLocked()
5499 bumpServiceExecutingLocked(r, execInFg, "start", in sendServiceArgsLocked()
5642 oomAdjusted |= bumpServiceExecutingLocked(r, false, "bring down unbind", in bringDownServiceLocked()
5799 oomAdjusted |= bumpServiceExecutingLocked(r, false, "destroy", in bringDownServiceLocked()
5947 bumpServiceExecutingLocked(s, false, "unbind", OOM_ADJ_REASON_UNBIND_SERVICE); in removeConnectionLocked()
/aosp14/frameworks/base/services/
H A Dart-profile761 HSPLcom/android/server/am/ActiveServices;->bumpServiceExecutingLocked(Lcom/android/server/am/Servic…