Loading libs/ui/Gralloc4.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -468,7 +468,7 @@ status_t Gralloc4Mapper::isSupported(uint32_t width, uint32_t height, PixelForma uint32_t layerCount, uint64_t usage, bool* outSupported) const { IMapper::BufferDescriptorInfo descriptorInfo; if (auto error = sBufferDescriptorInfo("isSupported", width, height, format, layerCount, usage, if (sBufferDescriptorInfo("isSupported", width, height, format, layerCount, usage, &descriptorInfo) != OK) { // Usage isn't known to the HAL or otherwise failed validation. *outSupported = false; Loading Loading
libs/ui/Gralloc4.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -468,7 +468,7 @@ status_t Gralloc4Mapper::isSupported(uint32_t width, uint32_t height, PixelForma uint32_t layerCount, uint64_t usage, bool* outSupported) const { IMapper::BufferDescriptorInfo descriptorInfo; if (auto error = sBufferDescriptorInfo("isSupported", width, height, format, layerCount, usage, if (sBufferDescriptorInfo("isSupported", width, height, format, layerCount, usage, &descriptorInfo) != OK) { // Usage isn't known to the HAL or otherwise failed validation. *outSupported = false; Loading