Home
last modified time | relevance | path

Searched refs:NotifyConfigurationChangedArgs (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/services/inputflinger/include/
DNotifyArgs.h43 struct NotifyConfigurationChangedArgs { struct
47 inline NotifyConfigurationChangedArgs() {} in NotifyConfigurationChangedArgs() function
49 NotifyConfigurationChangedArgs(int32_t id, nsecs_t eventTime);
51 bool operator==(const NotifyConfigurationChangedArgs& rhs) const = default;
53 NotifyConfigurationChangedArgs(const NotifyConfigurationChangedArgs& other) = default;
54 NotifyConfigurationChangedArgs& operator=(const NotifyConfigurationChangedArgs&) = default; argument
237 std::variant<NotifyInputDevicesChangedArgs, NotifyConfigurationChangedArgs, NotifyKeyArgs,
DInputListener.h41 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) = 0;
63 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
87 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp41 NotifyConfigurationChangedArgs* outEventArgs) { in assertNotifyConfigurationChangedWasCalled()
43 assertCalled<NotifyConfigurationChangedArgs>(outEventArgs, in assertNotifyConfigurationChangedWasCalled()
49 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyConfigurationChangedArgs>( in assertNotifyConfigurationChangedWasNotCalled()
195 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
196 addToQueue<NotifyConfigurationChangedArgs>(args); in notifyConfigurationChanged()
DTestInputListener.h42 NotifyConfigurationChangedArgs* outEventArgs = nullptr);
88 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
110 std::vector<NotifyConfigurationChangedArgs>, //
DInputProcessor_test.cpp72 NotifyConfigurationChangedArgs args(/*sequenceNum=*/1, /*eventTime=*/2); in TEST_F()
75 NotifyConfigurationChangedArgs outArgs; in TEST_F()
DUnwantedInteractionBlocker_test.cpp422 NotifyConfigurationChangedArgs args(/*sequenceNum=*/1, /*eventTime=*/2); in TEST_F()
425 NotifyConfigurationChangedArgs outArgs; in TEST_F()
DPointerChoreographer_test.cpp199 NotifyConfigurationChangedArgs{}, in TEST_F()
217 [&](const NotifyConfigurationChangedArgs& args) { in TEST_F()
DInputReader_test.cpp966 NotifyConfigurationChangedArgs args; in TEST_F()
1534 NotifyConfigurationChangedArgs configChangedArgs; in TEST_F()
/frameworks/native/services/inputflinger/
DInputListener.cpp50 [&](const NotifyConfigurationChangedArgs& args) { notifyConfigurationChanged(args); }, in notify()
71 void QueuedInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
122 void TracedInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
DNotifyArgs.cpp40 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(int32_t id, nsecs_t eventTime) in NotifyConfigurationChangedArgs() function in android::NotifyConfigurationChangedArgs
201 [&](const NotifyConfigurationChangedArgs&) { return "NotifyConfigurationChangedArgs"; }, in toString()
DInputFilter.h56 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
DUnwantedInteractionBlocker.h94 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
DInputFilter.cpp70 void InputFilter::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
DInputProcessor.h249 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
DInputDeviceMetricsCollector.h110 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
DPointerChoreographer.h108 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
DInputDeviceMetricsCollector.cpp137 const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
DInputProcessor.cpp422 void InputProcessor::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
DUnwantedInteractionBlocker.cpp346 const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
DPointerChoreographer.cpp168 void PointerChoreographer::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h296 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override {} in notifyConfigurationChanged()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h100 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) override;
DInputDispatcher.cpp4446 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp422 mPendingArgs.emplace_back(NotifyConfigurationChangedArgs{mContext.getNextId(), when}); in handleConfigurationChangedLocked()