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

am: 86071b334c

Change-Id: Ifd03efb565c532f7c18455d85a187229f4bbc8e3
This commit is contained in:
Steven Moreland 2019-09-06 15:20:18 -07:00 committed by android-build-merger
commit 53dc67599a

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;