Loading libs/input/IInputFlinger.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,8 @@ public: for (const auto& info : inputInfo) { info.write(data); } remote()->transact(BnInputFlinger::SET_INPUT_WINDOWS_TRANSACTION, data, &reply); remote()->transact(BnInputFlinger::SET_INPUT_WINDOWS_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); } virtual void registerInputChannel(const sp<InputChannel>& channel) { Loading Loading
libs/input/IInputFlinger.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,8 @@ public: for (const auto& info : inputInfo) { info.write(data); } remote()->transact(BnInputFlinger::SET_INPUT_WINDOWS_TRANSACTION, data, &reply); remote()->transact(BnInputFlinger::SET_INPUT_WINDOWS_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); } virtual void registerInputChannel(const sp<InputChannel>& channel) { Loading