Searched refs:vendorId (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecSystemInformationTest.java | 238 long vendorId = 0xBADDAD; in cect_hf_4_2_17_VendorCommandWithIncorrectId() local 240 CecMessage.formatParams(vendorId, 6) + CecMessage.formatParams("01DBF7E498"); in cect_hf_4_2_17_VendorCommandWithIncorrectId() 254 if (CecMessage.getParams(message) == vendorId) { in cect_hf_4_2_17_VendorCommandWithIncorrectId() 256 vendorId += 1; in cect_hf_4_2_17_VendorCommandWithIncorrectId() 263 CecMessage.formatParams(vendorId, 6)); in cect_hf_4_2_17_VendorCommandWithIncorrectId()
|
/cts/libs/input/src/com/android/cts/input/ |
D | HidDevice.java | 77 int vendorId, int productId, int sources, String registerCommand) { in HidDevice() argument 78 super(instrumentation, id, vendorId, productId, sources, in HidDevice()
|
D | VirtualInputDevice.java | 82 public VirtualInputDevice(Instrumentation instrumentation, int id, int vendorId, int productId, in VirtualInputDevice() argument 89 mVendorId = vendorId; in VirtualInputDevice()
|
/cts/hostsidetests/input/src/android/input/cts/hostside/ |
D | InputAtomsTest.kt | 111 member("vendorId", { vendorId }, equalTo(0x18d1)), in testInputDeviceUsageAtom() 174 member("vendorId", { vendorId }, equalTo(0x18d1)), in testTouchpadUsageAtom_FingerAndPalmCounts() 291 { vendorId }, in testKeyboardConfiguredAtom() 334 { vendorId }, in testKeyboardSystemEventsAtom()
|
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/ |
D | HdmiControlManagerHelper.java | 167 VendorCommandTestListener(int vendorId) { in VendorCommandTestListener() argument 168 mVendorId = vendorId; in VendorCommandTestListener()
|