Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/alsa/
DAlsaDevicesParser.java56 public static final int kDeviceDir_Capture = 0; field in AlsaDevicesParser.AlsaDeviceRecord
132 mDeviceDir = kDeviceDir_Capture; in parse()
175 case kDeviceDir_Capture: in textFormat()
225 deviceRecord.mDeviceDir == AlsaDeviceRecord.kDeviceDir_Capture) { in hasCaptureDevices()