Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp359 InputMessage cleanMsg; in sendMessage() local
360 msg->getSanitizedCopy(&cleanMsg); in sendMessage()
363 nWrite = ::send(getFd(), &cleanMsg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL); in sendMessage()