Loading libs/gui/IGraphicBufferProducer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -360,7 +360,7 @@ public: data.writeUint32(height); data.writeUint32(height); data.writeInt32(static_cast<int32_t>(format)); data.writeInt32(static_cast<int32_t>(format)); data.writeUint64(usage); data.writeUint64(usage); status_t result = remote()->transact(ALLOCATE_BUFFERS, data, &reply, TF_ONE_WAY); status_t result = remote()->transact(ALLOCATE_BUFFERS, data, &reply, IBinder::FLAG_ONEWAY); if (result != NO_ERROR) { if (result != NO_ERROR) { ALOGE("allocateBuffers failed to transact: %d", result); ALOGE("allocateBuffers failed to transact: %d", result); } } Loading libs/gui/ISurfaceComposer.cpp +4 −3 Original line number Original line Diff line number Diff line Loading @@ -551,8 +551,8 @@ public: ALOGE("enableVSyncInjections failed to writeBool: %d", result); ALOGE("enableVSyncInjections failed to writeBool: %d", result); return result; return result; } } result = remote()->transact(BnSurfaceComposer::ENABLE_VSYNC_INJECTIONS, result = remote()->transact(BnSurfaceComposer::ENABLE_VSYNC_INJECTIONS, data, &reply, data, &reply, TF_ONE_WAY); IBinder::FLAG_ONEWAY); if (result != NO_ERROR) { if (result != NO_ERROR) { ALOGE("enableVSyncInjections failed to transact: %d", result); ALOGE("enableVSyncInjections failed to transact: %d", result); return result; return result; Loading @@ -572,7 +572,8 @@ public: ALOGE("injectVSync failed to writeInt64: %d", result); ALOGE("injectVSync failed to writeInt64: %d", result); return result; return result; } } result = remote()->transact(BnSurfaceComposer::INJECT_VSYNC, data, &reply, TF_ONE_WAY); result = remote()->transact(BnSurfaceComposer::INJECT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY); if (result != NO_ERROR) { if (result != NO_ERROR) { ALOGE("injectVSync failed to transact: %d", result); ALOGE("injectVSync failed to transact: %d", result); return result; return result; Loading Loading
libs/gui/IGraphicBufferProducer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -360,7 +360,7 @@ public: data.writeUint32(height); data.writeUint32(height); data.writeInt32(static_cast<int32_t>(format)); data.writeInt32(static_cast<int32_t>(format)); data.writeUint64(usage); data.writeUint64(usage); status_t result = remote()->transact(ALLOCATE_BUFFERS, data, &reply, TF_ONE_WAY); status_t result = remote()->transact(ALLOCATE_BUFFERS, data, &reply, IBinder::FLAG_ONEWAY); if (result != NO_ERROR) { if (result != NO_ERROR) { ALOGE("allocateBuffers failed to transact: %d", result); ALOGE("allocateBuffers failed to transact: %d", result); } } Loading
libs/gui/ISurfaceComposer.cpp +4 −3 Original line number Original line Diff line number Diff line Loading @@ -551,8 +551,8 @@ public: ALOGE("enableVSyncInjections failed to writeBool: %d", result); ALOGE("enableVSyncInjections failed to writeBool: %d", result); return result; return result; } } result = remote()->transact(BnSurfaceComposer::ENABLE_VSYNC_INJECTIONS, result = remote()->transact(BnSurfaceComposer::ENABLE_VSYNC_INJECTIONS, data, &reply, data, &reply, TF_ONE_WAY); IBinder::FLAG_ONEWAY); if (result != NO_ERROR) { if (result != NO_ERROR) { ALOGE("enableVSyncInjections failed to transact: %d", result); ALOGE("enableVSyncInjections failed to transact: %d", result); return result; return result; Loading @@ -572,7 +572,8 @@ public: ALOGE("injectVSync failed to writeInt64: %d", result); ALOGE("injectVSync failed to writeInt64: %d", result); return result; return result; } } result = remote()->transact(BnSurfaceComposer::INJECT_VSYNC, data, &reply, TF_ONE_WAY); result = remote()->transact(BnSurfaceComposer::INJECT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY); if (result != NO_ERROR) { if (result != NO_ERROR) { ALOGE("injectVSync failed to transact: %d", result); ALOGE("injectVSync failed to transact: %d", result); return result; return result; Loading