platform_system_core/libappfuse
Daichi Hirono 8e16ceecb7 Change FuseAppLoop so that it can process messages asynchronously.
Previously FuseAppLoopCallback needs to return values in a synchrnous
manner. The CL changes it to asynchronous mannger so that apps can
process FUSE message asynchrnously.

Bug: 35229514
Test: FuseAppLoopTest
Change-Id: I8edcfdb003a25cfd5e9c490ec871140220b21e35
(cherry picked from commit f5d15f9fc4)
2017-03-29 00:13:58 +00:00
..
include/libappfuse Change FuseAppLoop so that it can process messages asynchronously. 2017-03-29 00:13:58 +00:00
tests Change FuseAppLoop so that it can process messages asynchronously. 2017-03-29 00:13:58 +00:00
Android.bp Add new EpollController class. 2017-03-15 15:58:06 +09:00
EpollController.cc Add new EpollController class. 2017-03-15 15:58:06 +09:00
FuseAppLoop.cc Change FuseAppLoop so that it can process messages asynchronously. 2017-03-29 00:13:58 +00:00
FuseBridgeLoop.cc Enable FuseBridgeLoop to accept new mount point after starting 2017-03-23 16:22:03 +09:00
FuseBuffer.cc Add FuseMessage::WriteWithBody function 2017-03-23 01:04:15 +00:00