Searched refs:deviceType (Results 1 – 7 of 7) sorted by relevance
1 touch.deviceType = touchScreen
21 touch.deviceType = touchScreen
162 char deviceType; in parseCaptureDeviceName() local163 int ret = sscanf(name, "pcmC%uD%u%c", card, device, &deviceType); in parseCaptureDeviceName()164 return (ret == 3 && deviceType == kDeviceTypeCapture); in parseCaptureDeviceName()
24 touch.deviceType = touchScreen