Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java328 + attrDeviceToDebugString(attributes, res)); in getDevicesForAttributesImpl()
339 + attrDeviceToDebugString(attributes, res) + " CACHE"); in getDevicesForAttributesImpl()
342 + attrDeviceToDebugString(attributes, res) in getDevicesForAttributesImpl()
343 + " CACHE ERROR real:" + attrDeviceToDebugString(attributes, real)); in getDevicesForAttributesImpl()
353 private static String attrDeviceToDebugString(@NonNull AudioAttributes attr, in attrDeviceToDebugString() method in AudioSystemAdapter