Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java226 + attrDeviceToDebugString(attributes, res)); in getDevicesForAttributesImpl()
237 + attrDeviceToDebugString(attributes, res) + " CACHE"); in getDevicesForAttributesImpl()
240 + attrDeviceToDebugString(attributes, res) in getDevicesForAttributesImpl()
241 + " CACHE ERROR real:" + attrDeviceToDebugString(attributes, real)); in getDevicesForAttributesImpl()
251 private static String attrDeviceToDebugString(@NonNull AudioAttributes attr, in attrDeviceToDebugString() method in AudioSystemAdapter