Loading services/vr/virtual_touchpad/VirtualTouchpadService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ binder::Status VirtualTouchpadService::attach() { // reported when the previous client performs any touchpad action. ALOGE("pid=%ld replaces %ld", static_cast<long>(pid), static_cast<long>(client_pid_)); client_pid_ = pid; return binder::Status::ok(); } client_pid_ = pid; if (const status_t error = touchpad_->Attach()) { Loading Loading
services/vr/virtual_touchpad/VirtualTouchpadService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ binder::Status VirtualTouchpadService::attach() { // reported when the previous client performs any touchpad action. ALOGE("pid=%ld replaces %ld", static_cast<long>(pid), static_cast<long>(client_pid_)); client_pid_ = pid; return binder::Status::ok(); } client_pid_ = pid; if (const status_t error = touchpad_->Attach()) { Loading