Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecSystemInformationTest.java238 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/
DHidDevice.java77 int vendorId, int productId, int sources, String registerCommand) { in HidDevice() argument
78 super(instrumentation, id, vendorId, productId, sources, in HidDevice()
DVirtualInputDevice.java82 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/
DInputAtomsTest.kt111 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/
DHdmiControlManagerHelper.java167 VendorCommandTestListener(int vendorId) { in VendorCommandTestListener() argument
168 mVendorId = vendorId; in VendorCommandTestListener()