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

  /device/google/contexthub/sensorhal/
hubconnection.h 309 std::unordered_map<int32_t, std::unordered_map<int32_t, int32_t> > mSensorToChannel;
hubconnection.cpp 259 mSensorToChannel.emplace(COMMS_SENSOR_ACCEL, std::unordered_map<int32_t, int32_t>());
260 mSensorToChannel.emplace(COMMS_SENSOR_GYRO, std::unordered_map<int32_t, int32_t>());
261 mSensorToChannel.emplace(COMMS_SENSOR_MAG, std::unordered_map<int32_t, int32_t>());
    [all...]

Completed in 41 milliseconds