/system/bt/bta/sys/ |
bta_sys_main.c | 297 UINT8 module_index; local 302 for (module_index = 0; module_index < BTA_SYS_MAX_HW_MODULES; module_index++) 304 if( bta_sys_cb.sys_hw_module_active & ((UINT32)1 << module_index )) { 305 switch( module_index) 309 if (bta_sys_cb.sys_hw_cback[module_index] != NULL) 310 bta_sys_cb.sys_hw_cback[module_index] (BTA_SYS_HW_ERROR_EVT);
|
/toolchain/binutils/binutils-2.25/bfd/ |
liboasys.h | 70 unsigned int module_index; member in struct:_oasys_ar_data
|
oasys.c | 1109 ar->module_index = 0; 1111 p = ar->module + ar->module_index; 1112 ar->module_index++; 1114 if (ar->module_index <= ar->module_count) [all...] |
mach-o.h | 245 unsigned long module_index; member in struct:bfd_mach_o_dylib_table_of_content
|
mach-o.c | [all...] |
/hardware/libhardware/modules/sensors/ |
multihal.cpp | 56 * Vector of sub modules, whose indexes are referred to in this file as module_index. 88 static int assign_global_handle(int module_index, int local_handle) { 91 full_handle.moduleIndex = module_index; 557 int module_index = 0; local 578 int global_handle = assign_global_handle(module_index, local_handle); 581 ALOGV("module_index %d, local_handle %d, global_handle %d", 582 module_index, local_handle, global_handle); 586 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:__anon12787::ModuleInfoCallbackCtx 534 callback_context->module_index++, &module, MD_MODULE_SIZE); 556 context.module_index = 0;
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | [all...] |
/toolchain/binutils/binutils-2.25/include/mach-o/ |
external.h | 266 unsigned char module_index[4]; member in struct:mach_o_dylib_table_of_contents_external
|
/toolchain/binutils/binutils-2.25/binutils/ |
od-macho.c | 548 && toc->module_index < dysymtab->nmodtab) 551 mod = &dysymtab->dylib_module[toc->module_index]; 554 toc->module_index); 557 printf ("%lu", toc->module_index); [all...] |
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | [all...] |
/external/llvm/include/llvm/Support/ |
MachO.h | 745 uint32_t module_index; member in struct:llvm::MachO::dylib_table_of_contents [all...] |