Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java170 + streamDeviceToDebugString(stream, res)); in getDevicesForStreamImpl()
180 + streamDeviceToDebugString(stream, res) + " CACHE"); in getDevicesForStreamImpl()
183 + streamDeviceToDebugString(stream, res) in getDevicesForStreamImpl()
194 private static String streamDeviceToDebugString(int stream, int dev) { in streamDeviceToDebugString() method in AudioSystemAdapter