Merge "Stop relying on kernel binder headers." am: 8f82e1240f am: b358d73c43 am: 86071b334c

am: 53dc67599a

Change-Id: I47afd5e83bb2ebfaec1eed19c06b1b14da225687
This commit is contained in:
Steven Moreland 2019-09-08 18:05:20 -07:00 committed by android-build-merger
commit 7d30c177df

View file

@ -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;