OSDN Git Service

service: Move UNIX IPC code into ipc/unix/
authorArman Uguray <armansito@google.com>
Thu, 20 Aug 2015 20:07:18 +0000 (13:07 -0700)
committerArman Uguray <armansito@google.com>
Thu, 20 Aug 2015 20:07:18 +0000 (13:07 -0700)
commit93e66a66464aa30ca7184e4a7378c8e8d752cbe1
tree02e0da1c2e1b2a37606f7e0215184ab070ec6927
parentbf7db3143fda4dc8391c92ec25dc93b9725ec225
service: Move UNIX IPC code into ipc/unix/

Moved the UNIX IPC related code into a new ipc/unix subdirectory.
Added new namespace levels for unix and binder that mimic the
directory structure.

Change-Id: I58954d0c3dd1a6fe9c141c3122d42530385265f6
service/Android.mk
service/ipc/binder/ipc_handler_binder.cpp
service/ipc/binder/ipc_handler_binder.h
service/ipc/ipc_manager.cpp
service/ipc/unix/ipc_handler_unix.cpp [moved from service/ipc/ipc_handler_unix.cpp with 98% similarity]
service/ipc/unix/ipc_handler_unix.h [moved from service/ipc/ipc_handler_unix.h with 98% similarity]
service/ipc/unix/unix_ipc_host.cpp [moved from service/ipc/unix_ipc_host.cpp with 99% similarity]
service/ipc/unix/unix_ipc_host.h [moved from service/ipc/unix_ipc_host.h with 98% similarity]
service/test/stub_ipc_handler_binder.cpp