Searched refs:hw_module_index (Results 1 – 1 of 1) sorted by relevance
462 UINT8 hw_module_index; in bta_sys_hw_evt_disabled() local466 for (hw_module_index = 0; hw_module_index < BTA_SYS_MAX_HW_MODULES; hw_module_index++) in bta_sys_hw_evt_disabled()468 if (bta_sys_cb.sys_hw_cback[hw_module_index] != NULL) in bta_sys_hw_evt_disabled()469 bta_sys_cb.sys_hw_cback[hw_module_index] (BTA_SYS_HW_OFF_EVT); in bta_sys_hw_evt_disabled()485 UINT8 hw_module_index; in bta_sys_hw_evt_stack_enabled() local490 for (hw_module_index = 0; hw_module_index < BTA_SYS_MAX_HW_MODULES; hw_module_index++ ) in bta_sys_hw_evt_stack_enabled()492 if (bta_sys_cb.sys_hw_cback[hw_module_index] != NULL) in bta_sys_hw_evt_stack_enabled()493 bta_sys_cb.sys_hw_cback[hw_module_index] (BTA_SYS_HW_ON_EVT); in bta_sys_hw_evt_stack_enabled()