Home | History | Annotate | Download | only in content

Lines Matching defs:binder

500      * Provide a binder to an already-running service.  This method is synchronous
510 IBinder binder = null;
513 binder = am.peekService(service, service.resolveTypeIfNeeded(
517 return binder;