Searched refs:vendorId (Results 1 – 10 of 10) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 78 int32_t vendorId, InputBus bus, const char* uniqueId) { in createDeviceIdentifier() argument 80 mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
|
D | InputHost.h | 152 int32_t vendorId, InputBus bus, const char* uniqueId) = 0; 173 int32_t vendorId, InputBus bus, const char* uniqueId) override;
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidDevice.h | 35 uint16_t vendorId; in REF_BASE() member
|
D | HidRawDevice.cpp | 139 info.vendorId = devInfo.vendor; in populateDeviceInfo()
|
D | HidRawSensor.cpp | 419 << std::hex << std::setfill('0') << std::setw(4) << info.vendorId in initFeatureValueFromHidDeviceInfo()
|
/hardware/libhardware/tests/input/evdev/ |
D | InputMocks.h | 51 void setVendorId(uint16_t vendorId) { mVendorId = vendorId; } in setVendorId() argument
|
D | MockInputHost.h | 73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
|
/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
D | HidRawSensorTest.cpp | 47 .vendorId = 0x1234, in HidRawDummyDevice()
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 109 * @return vendorId Identifier of the vendor that is the 24-bit unique 114 getVendorId() generates (uint32_t vendorId);
|
/hardware/interfaces/tv/cec/2.0/ |
D | types.hal | 337 uint32_t vendorId;
|