Searched refs:productId (Results 1 - 8 of 8) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | HidDevice.h | 36 uint16_t productId; member in struct:android::SensorHalExt::HidDevice::HidDeviceInfo
|
H A D | HidRawDevice.cpp | 140 info.productId = devInfo.vendor;
|
H A D | HidRawSensor.cpp | 420 << ":" << std::setw(4) << info.productId;
|
/hardware/libhardware/modules/input/evdev/ |
H A D | InputHost.cpp | 77 InputDeviceIdentifier* InputHost::createDeviceIdentifier(const char* name, int32_t productId, argument 80 mHost, name, productId, vendorId, bus, uniqueId);
|
H A D | InputHost.h | 151 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 D | HidRawSensorTest.cpp | 48 .productId = 0x5678,
|
/hardware/libhardware/tests/input/evdev/ |
H A D | MockInputHost.h | 73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
|
H A D | InputMocks.h | 52 void setProductId(uint16_t productId) { mProductId = productId; } argument
|
Completed in 102 milliseconds