HomeSort by relevance Sort by last modified time
    Searched refs:module_index (Results 1 - 4 of 4) 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);
  /hardware/ti/wlan/wl1271/utils/
report.c 266 TI_STATUS report_SetReportModule(TI_HANDLE hReport, TI_UINT8 module_index)
273 ((TReport *)hReport)->aFileEnable[module_index] = 1;
279 TI_STATUS report_ClearReportModule(TI_HANDLE hReport, TI_UINT8 module_index)
286 ((TReport *)hReport)->aFileEnable[module_index] = 0;
report.h     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 497 uint32_t module_index; member in struct:llvm::MachO::dylib_table_of_contents

Completed in 105 milliseconds