Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/alsa/
DAlsaDevicesParser.java53 public static final int kDeviceType_MIDI = 2; field in AlsaDevicesParser.AlsaDeviceRecord
125 mDeviceType = kDeviceType_MIDI; in parse()
166 case kDeviceType_MIDI: in textFormat()
245 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_MIDI) { in hasMIDIDevices()