Searched refs:mProjectionReceiverClients (Results 1 – 1 of 1) sorted by relevance
110 private final HashMap<IBinder, ProjectionReceiverClient> mProjectionReceiverClients = field in CarProjectionService458 client = mProjectionReceiverClients.get(token); in getOrCreateProjectionReceiverClientLocked()462 mProjectionReceiverClients.put(token, client); in getOrCreateProjectionReceiverClientLocked()469 ProjectionReceiverClient client = mProjectionReceiverClients.remove(token); in unregisterProjectionReceiverClient()490 for (ProjectionReceiverClient client : mProjectionReceiverClients.values()) { in notifyProjectionStatusChanged()811 writer.println("Projection status: " + mProjectionReceiverClients); in dump()