HomeSort by relevance Sort by last modified time
    Searched refs:module_index (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c 299 UINT8 module_index; local
304 for (module_index = 0; module_index < BTA_SYS_MAX_HW_MODULES; module_index++)
306 if( bta_sys_cb.sys_hw_module_active & ((UINT32)1 << module_index )) {
307 switch( module_index)
311 if (bta_sys_cb.sys_hw_cback[module_index] != NULL)
312 bta_sys_cb.sys_hw_cback[module_index] (BTA_SYS_HW_ERROR_EVT);
  /hardware/libhardware/modules/sensors/
multihal.cpp 53 * Vector of sub modules, whose indexes are referred to in this file as module_index.
85 static int assign_global_handle(int module_index, int local_handle) {
88 full_handle.moduleIndex = module_index;
542 int module_index = 0; local
563 int global_handle = assign_global_handle(module_index, local_handle);
566 ALOGV("module_index %d, local_handle %d, global_handle %d",
567 module_index, local_handle, global_handle);
571 module_index++;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 741 uint32_t module_index; member in struct:llvm::MachO::dylib_table_of_contents
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]

Completed in 563 milliseconds