Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java311 AudioDeviceAttributes prevClientDevice = null; in setCommunicationRouteForClient() local
314 prevClientDevice = client.getDevice(); in setCommunicationRouteForClient()
336 if (prevClientDevice != null) { in setCommunicationRouteForClient()
337 addCommunicationRouteClient(cb, pid, prevClientDevice); in setCommunicationRouteForClient()