Searched refs:binderHolder (Results 1 – 1 of 1) sorted by relevance
545 BlockingQueue<IBinder> binderHolder = new ArrayBlockingQueue<>(1); in runWithRemoteServiceBound() local549 binderHolder.add(service); in runWithRemoteServiceBound()553 binderHolder.drainTo(new ArrayList<>()); in runWithRemoteServiceBound()565 IBinder binder = binderHolder.take(); in runWithRemoteServiceBound()