Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaDevicesParser.java60 public static final int kDeviceType_Audio = 0; field in AlsaDevicesParser.AlsaDeviceRecord
132 mDeviceType = kDeviceType_Audio; in parse()
170 case kDeviceType_Audio: in textFormat()
216 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio && in hasPlaybackDevices()
227 deviceRecord.mDeviceType == AlsaDeviceRecord.kDeviceType_Audio && in hasCaptureDevices()