Home
last modified time | relevance | path

Searched defs:manufacturerId (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayIdentification.cpp69 uint16_t DisplayId::manufacturerId() const { in manufacturerId() function in android::DisplayId
73 DisplayId DisplayId::fromEdid(uint8_t port, uint16_t manufacturerId, uint32_t displayNameHash) { in fromEdid()
102 const uint16_t manufacturerId = in parseEdid() local
168 std::optional<PnpId> getPnpId(uint16_t manufacturerId) { in getPnpId()
DDisplayIdentification.h62 uint16_t manufacturerId; member
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
DScanFilterTest.java128 int manufacturerId = 0xE0; in testManufacturerSpecificData() local
192 int manufacturerId = 0xE0; in testReadWriteParcel() local
DAdvertiseDataTest.java65 int manufacturerId = 50; in testEmptyManufacturerData() local
114 int manufacturerId = 50; in testManufacturerData() local
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java87 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()
DScanRecord.java119 public byte[] getManufacturerSpecificData(int manufacturerId) { in getManufacturerSpecificData()
285 int manufacturerId = ((scanRecord[currentPos + 1] & 0xFF) << 8) in parseFromBytes() local
DAdvertiseData.java249 public Builder addManufacturerData(int manufacturerId, byte[] manufacturerSpecificData) { in addManufacturerData()