Searched defs:manufacturerId (Results 1 – 7 of 7) sorted by relevance
69 uint16_t DisplayId::manufacturerId() const { in manufacturerId() function in android::DisplayId73 DisplayId DisplayId::fromEdid(uint8_t port, uint16_t manufacturerId, uint32_t displayNameHash) { in fromEdid()102 const uint16_t manufacturerId = in parseEdid() local168 std::optional<PnpId> getPnpId(uint16_t manufacturerId) { in getPnpId()
62 uint16_t manufacturerId; member
128 int manufacturerId = 0xE0; in testManufacturerSpecificData() local192 int manufacturerId = 0xE0; in testReadWriteParcel() local
65 int manufacturerId = 50; in testEmptyManufacturerData() local114 int manufacturerId = 50; in testManufacturerData() local
87 int manufacturerId, byte[] manufacturerData, byte[] manufacturerDataMask) { in ScanFilter()677 public Builder setManufacturerData(int manufacturerId, byte[] manufacturerData) { in setManufacturerData()697 public Builder setManufacturerData(int manufacturerId, byte[] manufacturerData, in setManufacturerData()
119 public byte[] getManufacturerSpecificData(int manufacturerId) { in getManufacturerSpecificData()285 int manufacturerId = ((scanRecord[currentPos + 1] & 0xFF) << 8) in parseFromBytes() local
249 public Builder addManufacturerData(int manufacturerId, byte[] manufacturerSpecificData) { in addManufacturerData()