Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
比特彗星
Proj156_vendor_anbox
Commits
1879e634
Commit
1879e634
authored
8 years ago
by
Simon Fels
Browse files
Options
Download
Patches
Plain Diff
Rework some of the RPC service bits and add boot support
parent
e664839b
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Android.mk
+25
-2
Android.mk
android/CMakeLists.txt
+14
-1
android/CMakeLists.txt
android/service/android_api_skeleton.cpp
+7
-9
android/service/android_api_skeleton.cpp
android/service/android_api_skeleton.h
+5
-7
android/service/android_api_skeleton.h
android/service/daemon.cpp
+13
-2
android/service/daemon.cpp
android/service/daemon.h
+0
-2
android/service/daemon.h
android/service/host_connector.cpp
+13
-6
android/service/host_connector.cpp
android/service/host_connector.h
+8
-4
android/service/host_connector.h
android/service/local_socket_connection.cpp
+6
-2
android/service/local_socket_connection.cpp
android/service/local_socket_connection.h
+0
-2
android/service/local_socket_connection.h
android/service/main.cpp
+1
-1
android/service/main.cpp
android/service/message_processor.cpp
+5
-7
android/service/message_processor.cpp
android/service/message_processor.h
+3
-5
android/service/message_processor.h
android/service/platform_api_stub.cpp
+57
-0
android/service/platform_api_stub.cpp
android/service/platform_api_stub.h
+57
-0
android/service/platform_api_stub.h
android/service/platform_server_proxy.cpp
+0
-0
android/service/platform_server_proxy.cpp
android/service/platform_server_proxy.h
+0
-0
android/service/platform_server_proxy.h
android/service/platform_service.cpp
+37
-0
android/service/platform_service.cpp
android/service/platform_service.h
+43
-0
android/service/platform_service.h
android/service/platform_service_interface.cpp
+45
-0
android/service/platform_service_interface.cpp
with
339 additions
and
50 deletions
+339
-50
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets