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

  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
README 92 > Accel & Gyro data;
93 > Accel bias calibration through accel_cal lib;
  /device/google/contexthub/util/nanotool/
apptohostevent.cpp 54 case SensorType::Accel:
contexthub.h 40 Accel,
contexthub.cpp 43 { SensorType::Accel, "accel" },
85 { SensorType::Accel, SensorType::CompressedAccel, "compressed_accel" },
453 case SensorType::Accel:
androidcontexthub.cpp 51 std::make_tuple("accel", SensorType::Accel),
106 case SensorType::Accel:
sensorevent.cpp 40 case SensorType::Accel:
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 344 void emitAccel(DwarfAccelTable &Accel, MCSection *Section,
DwarfDebug.cpp 85 DwarfAccelTables("dwarf-accel-tables", cl::Hidden,
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs);
73 if (!Accel.extract())
75 Accel.dump(OS);

Completed in 386 milliseconds