Home
last modified time | relevance | path

Searched refs:getRawLightIds (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h284 inline const std::vector<int32_t> getRawLightIds() { return mEventHub->getRawLightIds(mId); } in getRawLightIds() function
DEventHub.h291 virtual const std::vector<int32_t> getRawLightIds(int32_t deviceId) = 0;
466 const std::vector<int32_t> getRawLightIds(int32_t deviceId) override final;
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp296 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in dump()
371 const std::vector<int32_t> rawLightIds = getDeviceContext().getRawLightIds(); in configureLights()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1035 const std::vector<int32_t> EventHub::getRawLightIds(int32_t deviceId) { in getRawLightIds() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp917 const std::vector<int32_t> getRawLightIds(int32_t deviceId) override { in getRawLightIds() function in android::FakeEventHub