Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp86 ASSERT_FALSE(mNotifySwitchArgsQueue.empty()) in assertNotifySwitchWasCalled()
89 *outEventArgs = *mNotifySwitchArgsQueue.begin(); in assertNotifySwitchWasCalled()
91 mNotifySwitchArgsQueue.erase(mNotifySwitchArgsQueue.begin()); in assertNotifySwitchWasCalled()
111 mNotifySwitchArgsQueue.push_back(*args); in notifySwitch()
DTestInputListener.h33 std::vector<NotifySwitchArgs> mNotifySwitchArgsQueue; variable