Loading graphics/allocator/2.0/default/service.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ using android::hardware::graphics::allocator::V2_0::IAllocator; using android::hardware::defaultPassthroughServiceImplementation; int main() { return defaultPassthroughServiceImplementation<IAllocator>(); return defaultPassthroughServiceImplementation<IAllocator>(4); } Loading
graphics/allocator/2.0/default/service.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ using android::hardware::graphics::allocator::V2_0::IAllocator; using android::hardware::defaultPassthroughServiceImplementation; int main() { return defaultPassthroughServiceImplementation<IAllocator>(); return defaultPassthroughServiceImplementation<IAllocator>(4); }