Searched refs:productId (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidDevice.h36 uint16_t productId; member in struct:android::SensorHalExt::HidDevice::HidDeviceInfo
H A DHidRawDevice.cpp140 info.productId = devInfo.vendor;
H A DHidRawSensor.cpp420 << ":" << std::setw(4) << info.productId;
/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp77 InputDeviceIdentifier* InputHost::createDeviceIdentifier(const char* name, int32_t productId, argument
80 mHost, name, productId, vendorId, bus, uniqueId);
H A DInputHost.h151 virtual InputDeviceIdentifier* createDeviceIdentifier(const char* name, int32_t productId,
172 InputDeviceIdentifier* createDeviceIdentifier(const char* name, int32_t productId,
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
H A DHidRawSensorTest.cpp48 .productId = 0x5678,
/hardware/libhardware/tests/input/evdev/
H A DMockInputHost.h73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
H A DInputMocks.h52 void setProductId(uint16_t productId) { mProductId = productId; } argument

Completed in 102 milliseconds