Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f82e124 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Stop relying on kernel binder headers."

parents 1de74a7c 322e0e8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ public:
      ALOGE("onVsync failed to writeInt64: %d", result);
      return result;
    }
    result = remote()->transact(
        BnVsyncCallback::ON_VSYNC, data, &reply, TF_ONE_WAY);
    result = remote()->transact(BnVsyncCallback::ON_VSYNC, data, &reply,
                                IBinder::FLAG_ONEWAY);
    if (result != OK) {
      ALOGE("onVsync failed to transact: %d", result);
      return result;