Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaDevicesParser.java62 public static final int kDeviceType_MIDI = 2; field in AlsaDevicesParser.AlsaDeviceRecord
134 mDeviceType = kDeviceType_MIDI; in parse()
176 case kDeviceType_MIDI: in textFormat()
238 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_MIDI) { in hasMIDIDevices()