OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_index
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c
299
UINT8
module_index
;
local
303
for (
module_index
= 0;
module_index
< BTA_SYS_MAX_HW_MODULES;
module_index
++)
305
if( bta_sys_cb.sys_hw_module_active & ((UINT32)1 <<
module_index
)) {
306
switch(
module_index
)
310
if (bta_sys_cb.sys_hw_cback[
module_index
] != NULL)
311
bta_sys_cb.sys_hw_cback[
module_index
] (BTA_SYS_HW_ERROR_EVT);
/external/llvm/include/llvm/Support/
MachO.h
497
uint32_t
module_index
;
member in struct:llvm::MachO::dylib_table_of_contents
Completed in 104 milliseconds