Home
last modified time | relevance | path

Searched defs:sysfsNodePath (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java271 void sysfsNodeChanged(String sysfsNodePath); in sysfsNodeChanged()
592 public native void sysfsNodeChanged(String sysfsNodePath); in sysfsNodeChanged()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DInputReaderFuzzer.cpp168 void sysfsNodeChanged(const std::string& sysfsNodePath) { in sysfsNodeChanged()
H A DMapperHelpers.h271 void sysfsNodeChanged(const std::string& sysfsNodePath) override {} in sysfsNodeChanged()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp895 void InputReader::sysfsNodeChanged(const std::string& sysfsNodePath) { in sysfsNodeChanged()
H A DEventHub.cpp2646 void EventHub::sysfsNodeChanged(const std::string& sysfsNodePath) { in sysfsNodeChanged()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp630 void FakeEventHub::sysfsNodeChanged(const std::string& sysfsNodePath) { in sysfsNodeChanged()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2795 const std::string sysfsNodePath = sysfsNodePathChars.c_str(); in nativeSysfsNodeChanged() local