Searched refs:ibr (Results 1 – 1 of 1) sorted by relevance
2675 IntentBindRecord ibr = r.bindings.valueAt(i); in requestServiceBindingsLocked() local2676 if (!requestServiceBindingLocked(r, ibr, execInFg, false)) { in requestServiceBindingsLocked()2944 IntentBindRecord ibr = r.bindings.valueAt(i); in bringDownServiceLocked() local2945 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bringing down binding " + ibr in bringDownServiceLocked()2946 + ": hasBound=" + ibr.hasBound); in bringDownServiceLocked()2947 if (ibr.hasBound) { in bringDownServiceLocked()2951 ibr.hasBound = false; in bringDownServiceLocked()2952 ibr.requested = false; in bringDownServiceLocked()2954 ibr.intent.getIntent()); in bringDownServiceLocked()