Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/
Dpixelstats-display.cpp47 void reportDisplayPortUsage(uint32_t width, uint32_t height, float refreshRate, uint32_t vendorId, in reportDisplayPortUsage() argument
63 tmp.set<VendorAtomValue::intValue>(vendorId); in reportDisplayPortUsage()
Dpixelstats-display.h33 void reportDisplayPortUsage(uint32_t width, uint32_t height, float refreshRate, uint32_t vendorId,
/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/
DVtsHalTvHdmiCecAidlTargetTest.cpp145 int32_t vendorId; in TEST_P() local
146 ASSERT_TRUE(hdmiCec->getVendorId(&vendorId).isOk()); in TEST_P()
147 EXPECT_NE(vendorId, INCORRECT_VENDOR_ID); in TEST_P()
/hardware/libhardware/modules/input/evdev/
DInputHost.cpp78 int32_t vendorId, InputBus bus, const char* uniqueId) { in createDeviceIdentifier() argument
80 mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
DInputHost.h152 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/
DHidDevice.h35 uint16_t vendorId; in REF_BASE() member
DHidRawDevice.cpp139 info.vendorId = devInfo.vendor; in populateDeviceInfo()
DHidRawSensor.cpp428 << std::hex << std::setfill('0') << std::setw(4) << info.vendorId in initFeatureValueFromHidDeviceInfo()
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/1/android/hardware/bluetooth/audio/
DCodecConfiguration.aidl44 int vendorId;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/3/android/hardware/bluetooth/audio/
DCodecConfiguration.aidl44 int vendorId;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/
DCodecConfiguration.aidl44 int vendorId;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/2/android/hardware/bluetooth/audio/
DCodecConfiguration.aidl44 int vendorId;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/
DCodecConfiguration.aidl44 int vendorId;
/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
DCodecConfiguration.aidl36 int vendorId;
/hardware/libhardware/tests/input/evdev/
DInputMocks.h51 void setVendorId(uint16_t vendorId) { mVendorId = vendorId; } in setVendorId() argument
DMockInputHost.h73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawSensorTest.cpp47 .vendorId = 0x1234, in HidRawDummyDevice()
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal109 * @return vendorId Identifier of the vendor that is the 24-bit unique
114 getVendorId() generates (uint32_t vendorId);
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp401 static std::string decodeDriverVersion(uint32_t vendorId, uint32_t driverVersion) { in decodeDriverVersion() argument
403 switch (vendorId) { in decodeDriverVersion()