Searched refs:productId (Results 1 – 11 of 11) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/ |
D | pixelstats-display.cpp | 48 uint32_t productId, bool enabled) { in reportDisplayPortUsage() argument 65 tmp.set<VendorAtomValue::intValue>(productId); in reportDisplayPortUsage()
|
D | pixelstats-display.h | 34 uint32_t productId, bool enabled);
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 77 InputDeviceIdentifier* InputHost::createDeviceIdentifier(const char* name, int32_t productId, in createDeviceIdentifier() argument 80 mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
|
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/ |
D | HidDevice.h | 36 uint16_t productId; in REF_BASE() member
|
D | HidRawDevice.cpp | 140 info.productId = devInfo.vendor; in populateDeviceInfo()
|
D | HidRawSensor.cpp | 429 << ":" << std::setw(4) << info.productId; in initFeatureValueFromHidDeviceInfo()
|
/hardware/libhardware/tests/input/evdev/ |
D | InputMocks.h | 52 void setProductId(uint16_t productId) { mProductId = productId; } in setProductId() 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 | 48 .productId = 0x5678, in HidRawDummyDevice()
|
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/ |
D | ExynosExternalDisplay.cpp | 603 auto productId = mDisplayInterface->getProductId(); in reportUsage() local 606 reportDisplayPortUsage(mXres, mYres, refreshRate, manufacturerInfo, productId, enabled); in reportUsage()
|