Searched refs:NotifyConfigurationChangedArgs (Results 1 – 12 of 12) sorted by relevance
48 struct NotifyConfigurationChangedArgs : public NotifyArgs { struct50 inline NotifyConfigurationChangedArgs() { } in NotifyConfigurationChangedArgs() argument52 bool operator==(const NotifyConfigurationChangedArgs& rhs) const;54 NotifyConfigurationChangedArgs(int32_t id, nsecs_t eventTime);56 NotifyConfigurationChangedArgs(const NotifyConfigurationChangedArgs& other);58 virtual ~NotifyConfigurationChangedArgs() { } in ~NotifyConfigurationChangedArgs() argument256 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;278 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
33 NotifyConfigurationChangedArgs* outEventArgs) { in assertNotifyConfigurationChangedWasCalled()35 assertCalled<NotifyConfigurationChangedArgs>(outEventArgs, in assertNotifyConfigurationChangedWasCalled()41 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyConfigurationChangedArgs>( in assertNotifyConfigurationChangedWasNotCalled()146 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()147 notify<NotifyConfigurationChangedArgs>(args); in notifyConfigurationChanged()
39 NotifyConfigurationChangedArgs* outEventArgs = nullptr);71 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;92 std::tuple<std::vector<NotifyConfigurationChangedArgs>, //
78 NotifyConfigurationChangedArgs args(1/*sequenceNum*/, 2/*eventTime*/); in TEST_F()81 NotifyConfigurationChangedArgs outArgs; in TEST_F()
659 NotifyConfigurationChangedArgs args(10 /*id*/, eventTime); in TEST_F()
1771 NotifyConfigurationChangedArgs args; in TEST_F()2200 NotifyConfigurationChangedArgs configChangedArgs; in TEST_F()
36 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(int32_t id, nsecs_t eventTime) in NotifyConfigurationChangedArgs() function in android::NotifyConfigurationChangedArgs39 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs( in NotifyConfigurationChangedArgs() function in android::NotifyConfigurationChangedArgs40 const NotifyConfigurationChangedArgs& other) in NotifyConfigurationChangedArgs()43 bool NotifyConfigurationChangedArgs::operator==(const NotifyConfigurationChangedArgs& rhs) const { in operator ==()47 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()327 const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()329 mArgsQueue.push_back(new NotifyConfigurationChangedArgs(*args)); in notifyConfigurationChanged()
228 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
370 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
96 void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) override;
3683 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
342 NotifyConfigurationChangedArgs args(mContext.getNextId(), when); in handleConfigurationChangedLocked()