Home
last modified time | relevance | path

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

/system/bt/bta/sys/
Dbta_sys_main.cc404 uint8_t hw_module_index; in bta_sys_hw_evt_disabled() local
409 for (hw_module_index = 0; hw_module_index < BTA_SYS_MAX_HW_MODULES; in bta_sys_hw_evt_disabled()
410 hw_module_index++) { in bta_sys_hw_evt_disabled()
411 if (bta_sys_cb.sys_hw_cback[hw_module_index] != NULL) in bta_sys_hw_evt_disabled()
412 bta_sys_cb.sys_hw_cback[hw_module_index](BTA_SYS_HW_OFF_EVT); in bta_sys_hw_evt_disabled()
428 uint8_t hw_module_index; in bta_sys_hw_evt_stack_enabled() local
432 for (hw_module_index = 0; hw_module_index < BTA_SYS_MAX_HW_MODULES; in bta_sys_hw_evt_stack_enabled()
433 hw_module_index++) { in bta_sys_hw_evt_stack_enabled()
434 if (bta_sys_cb.sys_hw_cback[hw_module_index] != NULL) in bta_sys_hw_evt_stack_enabled()
435 bta_sys_cb.sys_hw_cback[hw_module_index](BTA_SYS_HW_ON_EVT); in bta_sys_hw_evt_stack_enabled()