Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/sys/
Dbta_sys_main.c299 UINT8 module_index; in bta_sys_hw_error() local
304 for (module_index = 0; module_index < BTA_SYS_MAX_HW_MODULES; module_index++) in bta_sys_hw_error()
306 if( bta_sys_cb.sys_hw_module_active & ((UINT32)1 << module_index )) { in bta_sys_hw_error()
307 switch( module_index) in bta_sys_hw_error()
311 if (bta_sys_cb.sys_hw_cback[module_index] != NULL) in bta_sys_hw_error()
312 bta_sys_cb.sys_hw_cback[module_index] (BTA_SYS_HW_ERROR_EVT); in bta_sys_hw_error()
/external/llvm/include/llvm/Support/
DMachO.h741 uint32_t module_index; member