Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/alsa/
DAlsaDevicesParser.java34 private static final String kDevicesFilePath = "/proc/asound/devices"; field in AlsaDevicesParser
141 Slog.e(TAG, "Failed to parse token " + tokenIndex + " of " + kDevicesFilePath in parse()
262 File devicesFile = new File(kDevicesFilePath); in scan()