Loading libs/input/InputTransport.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -476,8 +476,6 @@ status_t InputChannel::sendMessage(const InputMessage* msg) { } status_t InputChannel::receiveMessage(InputMessage* msg) { ATRACE_NAME_IF(ATRACE_ENABLED(), StringPrintf("receiveMessage(inputChannel=%s)", mName.c_str())); ssize_t nRead; do { nRead = ::recv(getFd(), msg, sizeof(InputMessage), MSG_DONTWAIT); Loading Loading
libs/input/InputTransport.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -476,8 +476,6 @@ status_t InputChannel::sendMessage(const InputMessage* msg) { } status_t InputChannel::receiveMessage(InputMessage* msg) { ATRACE_NAME_IF(ATRACE_ENABLED(), StringPrintf("receiveMessage(inputChannel=%s)", mName.c_str())); ssize_t nRead; do { nRead = ::recv(getFd(), msg, sizeof(InputMessage), MSG_DONTWAIT); Loading