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

  /device/google/contexthub/util/nanotool/
calibrationfile.h 39 bool SetSingleAxis(const char *key, int32_t value);
40 bool SetSingleAxis(const char *key, float value);
calibrationfile.cpp 88 bool CalibrationFile::SetSingleAxis(const char *key, int32_t value) {
93 bool CalibrationFile::SetSingleAxis(const char *key, float value) {
androidcontexthub.cpp 311 return cal_file->SetSingleAxis(key, data);
323 return cal_file->SetSingleAxis(key, data);

Completed in 84 milliseconds