Home
last modified time | relevance | path

Searched refs:prevClientDevice (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java395 AudioDeviceAttributes prevClientDevice = null; in setCommunicationRouteForClient() local
399 prevClientDevice = client.getDevice(); in setCommunicationRouteForClient()
422 if (prevClientDevice != null) { in setCommunicationRouteForClient()
423 addCommunicationRouteClient(cb, uid, prevClientDevice, prevPrivileged); in setCommunicationRouteForClient()