Searched refs:edid_bytes_ (Results 1 – 2 of 2) sorted by relevance
83 edid_bytes_ = fbl::unique_ptr<uint8_t[]>(new (&ac) uint8_t[edid_length]); in Init()89 memcpy(edid_bytes_.get(), reinterpret_cast<void*>(&base_edid), kBlockSize); in Init()93 msgs[2].buf = edid_bytes_.get() + i * kBlockSize; in Init()101 return Init(edid_bytes_.get(), edid_length, err_msg); in Init()
375 fbl::unique_ptr<uint8_t[]> edid_bytes_; variable
Completed in 6 milliseconds