Loading libs/vr/libdisplay/vsync_service.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -45,8 +45,8 @@ public: ALOGE("onVsync failed to writeInt64: %d", result); ALOGE("onVsync failed to writeInt64: %d", result); return result; return result; } } result = remote()->transact( result = remote()->transact(BnVsyncCallback::ON_VSYNC, data, &reply, BnVsyncCallback::ON_VSYNC, data, &reply, TF_ONE_WAY); IBinder::FLAG_ONEWAY); if (result != OK) { if (result != OK) { ALOGE("onVsync failed to transact: %d", result); ALOGE("onVsync failed to transact: %d", result); return result; return result; Loading Loading
libs/vr/libdisplay/vsync_service.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -45,8 +45,8 @@ public: ALOGE("onVsync failed to writeInt64: %d", result); ALOGE("onVsync failed to writeInt64: %d", result); return result; return result; } } result = remote()->transact( result = remote()->transact(BnVsyncCallback::ON_VSYNC, data, &reply, BnVsyncCallback::ON_VSYNC, data, &reply, TF_ONE_WAY); IBinder::FLAG_ONEWAY); if (result != OK) { if (result != OK) { ALOGE("onVsync failed to transact: %d", result); ALOGE("onVsync failed to transact: %d", result); return result; return result; Loading