Searched refs:ibr (Results 1 – 1 of 1) sorted by relevance
2640 IntentBindRecord ibr = r.bindings.valueAt(i); in requestServiceBindingsLocked() local2641 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()2909 IntentBindRecord ibr = r.bindings.valueAt(i); in bringDownServiceLocked() local2910 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bringing down binding " + ibr in bringDownServiceLocked()2911 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()2912 if (ibr.hasBound) { in bringDownServiceLocked()2916 ibr.hasBound = false; in bringDownServiceLocked()2917 ibr.requested = false; in bringDownServiceLocked()2919 ibr.intent.getIntent()); in bringDownServiceLocked()