Home
last modified time | relevance | path

Searched refs:hwm (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp114 hw_module_t **hwm = reinterpret_cast<hw_module_t **>(&module); in HIDL_FETCH_IBootControl() local
115 ret = hw_get_module(BOOT_CONTROL_HARDWARE_MODULE_ID, const_cast<const hw_module_t **>(hwm)); in HIDL_FETCH_IBootControl()
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp119 hw_module_t **hwm = reinterpret_cast<hw_module_t**>(&module); in HIDL_FETCH_IBootControl() local
120 ret = hw_get_module(BOOT_CONTROL_HARDWARE_MODULE_ID, const_cast<const hw_module_t**>(hwm)); in HIDL_FETCH_IBootControl()