Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java331 + attrDeviceToDebugString(attributes, res)); in getDevicesForAttributesImpl()
342 + attrDeviceToDebugString(attributes, res) + " CACHE"); in getDevicesForAttributesImpl()
345 + attrDeviceToDebugString(attributes, res) in getDevicesForAttributesImpl()
346 + " CACHE ERROR real:" + attrDeviceToDebugString(attributes, real)); in getDevicesForAttributesImpl()
356 private static String attrDeviceToDebugString(@NonNull AudioAttributes attr, in attrDeviceToDebugString() method in AudioSystemAdapter