HomeSort by relevance Sort by last modified time
    Searched defs:moduleIndex (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/sensors/
multihal.cpp 64 int moduleIndex;
68 if (moduleIndex < that.moduleIndex) {
71 if (moduleIndex > that.moduleIndex) {
78 return moduleIndex == that.moduleIndex && localHandle == that.localHandle;
89 full_handle.moduleIndex = module_index;
113 ALOGV("FullHandle for global_handle %d: moduleIndex %d, localHandle %d",
114 global_handle, f.moduleIndex, f.localHandle)
    [all...]
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 439 unsigned moduleIndex = 0;
450 for(moduleIndex = 0; moduleIndex < moduleCount; moduleIndex++)
452 if(0 == strcmp(modules[moduleIndex].mModule, module))
458 if(moduleIndex == moduleCount)
467 memset(modules + moduleIndex, 0, sizeof(ModuleStats));
469 modules[moduleIndex].mModule = strdup(module);
470 if(NULL == modules[moduleIndex].mModule)
486 theModule = (modules + moduleIndex);
    [all...]

Completed in 84 milliseconds