Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/alsa/
DAlsaDevicesParser.java51 public static final int kDeviceType_Audio = 0; field in AlsaDevicesParser.AlsaDeviceRecord
123 mDeviceType = kDeviceType_Audio; in parse()
160 case kDeviceType_Audio: in textFormat()
209 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio && in hasPlaybackDevices()
224 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio && in hasCaptureDevices()