Lines Matching refs:unordered_map
58 std::unordered_map<int32_t, int32_t> keyRemapping;
61 std::unordered_map<int32_t, int32_t> keyCodeMapping;
62 std::unordered_map<int32_t, SensorInfo> sensorsByAbsCode;
68 std::unordered_map<int32_t, std::vector<int32_t>> mtSlotValues;
89 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> mVideoFrames;
91 std::unordered_map<int32_t, RawLightInfo> mRawLightInfos;
93 std::unordered_map<int32_t /* lightId */, int32_t /* brightness*/> mLightBrightness;
95 std::unordered_map<int32_t /* lightId */, std::unordered_map<LightColor, int32_t>>
146 const std::unordered_map<LightColor, int32_t> intensities);
152 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames);
219 std::unordered_map<LightColor, int32_t> intensities) override;
221 std::optional<std::unordered_map<LightColor, int32_t>> getLightIntensities(