Can uinput event reach Linux container

Hi guys,
I am running an Android framework inside Linux container. I am injecting the key pressed event (Say dpad up) to a game running on Android from the Linux kernel using Linux’s uinput library which is running on a host machine. But the event seems not reaching on Android side.

Should I need to do some setting for this to work?

Thanks in advance