Loading libs/ui/Fence.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ nsecs_t Fence::getSignalTime() const { } size_t Fence::getFlattenedSize() const { return 1; return 4; } size_t Fence::getFdCount() const { Loading @@ -152,7 +152,7 @@ status_t Fence::unflatten(void const*& buffer, size_t& size, int const*& fds, si return INVALID_OPERATION; } if (size < 1) { if (size < getFlattenedSize()) { return NO_MEMORY; } Loading Loading
libs/ui/Fence.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ nsecs_t Fence::getSignalTime() const { } size_t Fence::getFlattenedSize() const { return 1; return 4; } size_t Fence::getFdCount() const { Loading @@ -152,7 +152,7 @@ status_t Fence::unflatten(void const*& buffer, size_t& size, int const*& fds, si return INVALID_OPERATION; } if (size < 1) { if (size < getFlattenedSize()) { return NO_MEMORY; } Loading