Searched defs:sensor_type (Results  1 – 7 of 7) sorted by relevance
| /device/google/contexthub/util/nanotool/ | 
| D | androidcontexthub.cpp | 96 static bool GetCalibrationBytes(const char *key, SensorType sensor_type,  in GetCalibrationBytes()291         SensorType sensor_type;  in LoadCalibration()  local
 304 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) {  in SetCalibration()
 316 bool AndroidContextHub::SetCalibration(SensorType sensor_type, float data) {  in SetCalibration()
 328 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x,  in SetCalibration()
 340 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x,  in SetCalibration()
 403 const char *AndroidContextHub::SensorTypeToCalibrationKey(SensorType sensor_type) {  in SensorTypeToCalibrationKey()
 
 | 
| D | contexthub.cpp | 38     SensorType sensor_type;  member79     SensorType sensor_type;  member
 89 bool SensorTypeIsAliasOf(SensorType sensor_type, SensorType alias) {  in SensorTypeIsAliasOf()
 114 std::string ContextHub::SensorTypeToAbbrevName(SensorType sensor_type) {  in SensorTypeToAbbrevName()
 222 bool ContextHub::DisableSensor(SensorType sensor_type) {  in DisableSensor()
 581 bool ContextHub::SendCalibrationData(SensorType sensor_type,  in SendCalibrationData()
 619 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t data) {  in SetCalibration()
 625 bool ContextHub::SetCalibration(SensorType sensor_type, float data) {  in SetCalibration()
 631 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x,  in SetCalibration()
 640 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x,  in SetCalibration()
 
 | 
| D | nanomessage.h | 188         uint8_t sensor_type;  member
 | 
| D | sensorevent.cpp | 37     SensorType sensor_type = static_cast<SensorType>(  in FromBytes()  local
 | 
| D | contexthub.h | 88     SensorType sensor_type = SensorType::Invalid_;  member
 | 
| /device/generic/vulkan-cereal/fake-android-guest/hardware/ | 
| D | context_hub.h | 191     uint32_t sensor_type;           // From the definitions above eg: 100  member
 | 
| /device/google/contexthub/firmware/os/drivers/invensense_icm40600/ | 
| D | invensense_icm40600.c | 2265     int sensor_type = (int)cookie;  local2289     int sensor_type = (int)cookie;  local
 
 |