Searched refs:binderHolder (Results 1 – 1 of 1) sorted by relevance
615 BlockingQueue<IBinder> binderHolder = new ArrayBlockingQueue<>(1); in runWithRemoteServiceBound() local619 binderHolder.add(service); in runWithRemoteServiceBound()623 binderHolder.drainTo(new ArrayList<>()); in runWithRemoteServiceBound()635 IBinder binder = binderHolder.take(); in runWithRemoteServiceBound()