Searched refs:hid_descriptor_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/bus/acpi/dev-cros-ec/
H A Ddev.h114 // Populate |hid_descriptor_| based on the contents of |sensors_|
126 fbl::unique_ptr<uint8_t[]> hid_descriptor_ = nullptr; member in class:AcpiCrOsEcMotionDevice
H A Dmotion.cpp204 memcpy(*data, hid_descriptor_.get(), hid_descriptor_len_);
806 hid_descriptor_ = fbl::move(desc);

Completed in 26 milliseconds