Searched refs:vendorId (Results 1 – 19 of 19) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/ |
D | pixelstats-display.cpp | 47 void reportDisplayPortUsage(uint32_t width, uint32_t height, float refreshRate, uint32_t vendorId, in reportDisplayPortUsage() argument 63 tmp.set<VendorAtomValue::intValue>(vendorId); in reportDisplayPortUsage()
|
D | pixelstats-display.h | 33 void reportDisplayPortUsage(uint32_t width, uint32_t height, float refreshRate, uint32_t vendorId,
|
/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/ |
D | VtsHalTvHdmiCecAidlTargetTest.cpp | 145 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/ |
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 | 428 << 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/ |
D | CodecConfiguration.aidl | 44 int vendorId;
|
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/3/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.aidl | 44 int vendorId;
|
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.aidl | 44 int vendorId;
|
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/2/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.aidl | 44 int vendorId;
|
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.aidl | 44 int vendorId;
|
/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/ |
D | CodecConfiguration.aidl | 36 int vendorId;
|
/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/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 401 static std::string decodeDriverVersion(uint32_t vendorId, uint32_t driverVersion) { in decodeDriverVersion() argument 403 switch (vendorId) { in decodeDriverVersion()
|