commit | cbe69fc060d021be972af44904dd76ed1aa2a5a2 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Fri Sep 15 16:50:28 2017 -0600 |
committer | Jeff Sharkey <jsharkey@android.com> | Mon Sep 18 16:00:14 2017 -0600 |
tree | ab55d88f6a2f4ad7986fb3250440ec2860e94b47 | |
parent | 5820b51c22249faaeba4a97bebac278153fdb499 [diff] [blame] |
Destroy vold socket interface completely. Long live Binder. Test: yes Bug: 13758960 Change-Id: If6be379b5a873f1b0c66dd1522b87413ad10fc46
diff --git a/VoldNativeService.h b/VoldNativeService.h index a00010b..dd2b854 100644 --- a/VoldNativeService.h +++ b/VoldNativeService.h
@@ -33,6 +33,7 @@ binder::Status setListener(const android::sp<android::os::IVoldListener>& listener); + binder::Status monitor(); binder::Status reset(); binder::Status shutdown(); binder::Status mountAll();