Searched refs:hasVideoCapture (Results 1 – 3 of 3) sorted by relevance
85 boolean hasVideoPlayback, boolean hasVideoCapture) { in UsbDevice() argument101 mHasVideoCapture = hasVideoCapture; in UsbDevice()368 boolean hasVideoCapture = in.readInt() == 1;372 hasVideoPlayback, hasVideoCapture);445 boolean hasVideoPlayback, boolean hasVideoCapture) { in Builder() argument461 mHasVideoCapture = hasVideoCapture; in Builder()
164 parser.hasVideoPlayback(), parser.hasVideoCapture()); in toAndroid()
646 public boolean hasVideoCapture() { in hasVideoCapture() method in UsbDescriptorParser