Searched refs:hw_module_index (Results 1 – 1 of 1) sorted by relevance
437 UINT8 hw_module_index; in bta_sys_hw_evt_disabled() local441 for (hw_module_index = 0; hw_module_index < BTA_SYS_MAX_HW_MODULES; hw_module_index++) { in bta_sys_hw_evt_disabled()442 if (bta_sys_cb.sys_hw_cback[hw_module_index] != NULL) { in bta_sys_hw_evt_disabled()443 bta_sys_cb.sys_hw_cback[hw_module_index] (BTA_SYS_HW_OFF_EVT); in bta_sys_hw_evt_disabled()460 UINT8 hw_module_index; in bta_sys_hw_evt_stack_enabled() local465 for (hw_module_index = 0; hw_module_index < BTA_SYS_MAX_HW_MODULES; hw_module_index++ ) { in bta_sys_hw_evt_stack_enabled()466 if (bta_sys_cb.sys_hw_cback[hw_module_index] != NULL) { in bta_sys_hw_evt_stack_enabled()467 bta_sys_cb.sys_hw_cback[hw_module_index] (BTA_SYS_HW_ON_EVT); in bta_sys_hw_evt_stack_enabled()