Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h837 const char* getStatusLabel() const;
DInputDispatcher.cpp1719 connection->getStatusLabel()); in checkWindowReadyForMoreInputLocked()
1853 connection->getInputChannelName().c_str(), connection->getStatusLabel()); in prepareDispatchCycleLocked()
3347 connection->getStatusLabel(), toString(connection->monitor), in dumpDispatchStateLocked()
4473 const char* InputDispatcher::Connection::getStatusLabel() const { in getStatusLabel() function in android::InputDispatcher::Connection