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

  /system/bt/bta/sys/
bta_sys_main.c 318 UINT8 module_index; local
323 for (module_index = 0; module_index < BTA_SYS_MAX_HW_MODULES; module_index++)
325 if( bta_sys_cb.sys_hw_module_active & ((UINT32)1 << module_index )) {
326 switch( module_index)
330 if (bta_sys_cb.sys_hw_cback[module_index] != NULL)
331 bta_sys_cb.sys_hw_cback[module_index] (BTA_SYS_HW_ERROR_EVT);
  /hardware/libhardware/modules/sensors/
multihal.cpp 54 * Vector of sub modules, whose indexes are referred to in this file as module_index.
86 static int assign_global_handle(int module_index, int local_handle) {
89 full_handle.moduleIndex = module_index;
575 int module_index = 0; local
596 int global_handle = assign_global_handle(module_index, local_handle);
599 ALOGV("module_index %d, local_handle %d, global_handle %d",
600 module_index, local_handle, global_handle);
604 module_index++;
  /external/google-breakpad/src/processor/
fast_source_line_resolver_unittest.cc 472 for (int module_index = 0; module_index < 3; ++module_index) {
474 ss << testdata_dir << "/module" << module_index << ".out"; local
477 symbol_file(module_index), &symbol_data, &symbol_data_size));
minidump.cc 2590 unsigned int module_index; local
2626 unsigned int module_index; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
ModuleManager.java 75 * {@code MODULE_INDEX} or another module with the sameID is registered
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 495 int module_index; member in struct:__anon9411::ModuleInfoCallbackCtx
534 callback_context->module_index++, &module, MD_MODULE_SIZE);
556 context.module_index = 0;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 747 uint32_t module_index; member in struct:llvm::MachO::dylib_table_of_contents
    [all...]

Completed in 146 milliseconds