fix:Output_ Notify kernel to process when data is available

Signed-off-by: chenchong_666 <chenchong57@huawei.com>
This commit is contained in:
chenchong_666 2024-07-07 17:10:39 +08:00
parent 04f8f9d190
commit 17c44ffdab

View File

@ -1119,6 +1119,11 @@ void BinderInvoker::FreeBuffer(void *data)
output_.FlushBuffer();
}
}
int error = FlushCommands(nullptr);
if (error != ERR_NONE) {
ZLOGE(LABEL, "failed, error:%{public}d", error);
}
}
void BinderInvoker::BinderAllocator::Dealloc(void *data)