mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-12-01 03:50:50 +00:00
fix:Output_ Notify kernel to process when data is available
Signed-off-by: chenchong_666 <chenchong57@huawei.com>
This commit is contained in:
parent
04f8f9d190
commit
17c44ffdab
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user