Home
last modified time | relevance | path

Searched refs:mRawLightInfos (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp181 mRawLightInfos.emplace(rawId, std::move(info)); in addRawLightInfo()
589 for (const auto& [rawId, info] : mRawLightInfos) { in getRawLightIds()
596 auto it = mRawLightInfos.find(lightId); in getRawLightInfo()
597 if (it == mRawLightInfos.end()) { in getRawLightInfo()
651 if (!mRawLightInfos.empty() && !foundDevice->classes.test(InputDeviceClass::LIGHT)) { in sysfsNodeChanged()
DFakeEventHub.h91 std::unordered_map<int32_t, RawLightInfo> mRawLightInfos; variable