Merge "Stop relying on kernel binder headers." am: 8f82e1240f
am: b358d73c43
am: 86071b334c
am: 53dc67599a
Change-Id: I47afd5e83bb2ebfaec1eed19c06b1b14da225687
This commit is contained in:
commit
7d30c177df
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue