Searched defs:sensor_type (Results 1 - 7 of 7) sorted by relevance

/device/google/contexthub/util/nanotool/
H A Dcontexthub.cpp38 SensorType sensor_type; member in struct:android::SensorTypeNames
79 SensorType sensor_type; member in struct:android::SensorTypeAlias
88 bool SensorTypeIsAliasOf(SensorType sensor_type, SensorType alias) { argument
90 if (sensor_aliases_[i].sensor_type == sensor_type
102 return sensor_names_[i].sensor_type;
113 std::string ContextHub::SensorTypeToAbbrevName(SensorType sensor_type) { argument
115 if (sensor_names_[i].sensor_type == sensor_type) {
121 if (sensor_aliases_[i].sensor_alias == sensor_type) {
221 DisableSensor(SensorType sensor_type) argument
[all...]
H A Dsensorevent.cpp35 SensorType sensor_type = static_cast<SensorType>( local
39 switch (sensor_type) {
89 static_cast<int>(sensor_type));
H A Dandroidcontexthub.cpp96 static bool GetCalibrationBytes(const char *key, SensorType sensor_type, argument
105 switch (sensor_type) {
143 static_cast<int>(sensor_type));
291 SensorType sensor_type; local
293 std::tie(key, sensor_type) = kCalibrationKeys[i];
294 if (GetCalibrationBytes(key.c_str(), sensor_type, cal_data)) {
295 success = SendCalibrationData(sensor_type, cal_data);
304 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) { argument
306 static_cast<int>(sensor_type),
307 ContextHub::SensorTypeToAbbrevName(sensor_type)
316 SetCalibration(SensorType sensor_type, float data) argument
328 SetCalibration(SensorType sensor_type, int32_t x, int32_t y, int32_t z) argument
340 SetCalibration(SensorType sensor_type, int32_t x, int32_t y, int32_t z, int32_t w) argument
403 SensorTypeToCalibrationKey(SensorType sensor_type) argument
[all...]
H A Dcontexthub.h87 SensorType sensor_type = SensorType::Invalid_; member in struct:android::SensorSpec
107 static std::string SensorTypeToAbbrevName(SensorType sensor_type);
152 bool DisableSensor(SensorType sensor_type);
189 void PrintSensorEvents(SensorType sensor_type, int sample_limit);
247 bool SendCalibrationData(SensorType sensor_type,
271 virtual bool SetCalibration(SensorType sensor_type, int32_t data);
272 virtual bool SetCalibration(SensorType sensor_type, float data);
273 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
275 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
H A Dnanomessage.h188 uint8_t sensor_type; member in struct:android::ConfigureSensorRequest::Configuration
/device/google/marlin/camera/QCamera2/stack/common/
H A Dcam_intf.h469 cam_sensor_type_t sensor_type; member in struct:__anon489
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
H A Dcam_intf.h469 cam_sensor_type_t sensor_type; member in struct:__anon847

Completed in 41 milliseconds