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

  /device/google/contexthub/util/nanotool/
contexthub.h 280 std::bitset<static_cast<int>(SensorType::Max_)> sensor_is_active_; member in class:android::ContextHub
contexthub.cpp 207 sensor_is_active_[static_cast<int>(spec.sensor_type)] = true;
234 sensor_is_active_[static_cast<int>(sensor_type)] = false;
263 if (sensor_is_active_[static_cast<int>(sensor_names_[i].sensor_type)]) {

Completed in 738 milliseconds