summaryrefslogtreecommitdiffstats
path: root/ResponseCode.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-29 05:15:16 -0800
committerSan Mehat <san@google.com>2010-02-02 08:03:50 -0800
commiteba65e9d438a05f1c5dfd0f8d31bc463a5d08eee (patch)
tree1811be052e092794889020492ec909295e56b7d3 /ResponseCode.h
parent048b0801fcd6fcfbb8fa812284c751181e4821b8 (diff)
downloadsystem_vold-eba65e9d438a05f1c5dfd0f8d31bc463a5d08eee.zip
system_vold-eba65e9d438a05f1c5dfd0f8d31bc463a5d08eee.tar.gz
system_vold-eba65e9d438a05f1c5dfd0f8d31bc463a5d08eee.tar.bz2
vold: Bloat reduction
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'ResponseCode.h')
-rw-r--r--ResponseCode.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/ResponseCode.h b/ResponseCode.h
index bb27787..9d775f9 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -28,12 +28,18 @@ public:
// 200 series - Requested action has been successfully completed
static const int CommandOkay = 200;
- static const int ShareAvailabilityResult = 210;
+ static const int ShareStatusResult = 210;
static const int AsecPathResult = 211;
+ static const int ShareEnabledResult = 212;
// 400 series - The command was accepted but the requested action
// did not take place.
- static const int OperationFailed = 400;
+ static const int OperationFailed = 400;
+ static const int OpFailedNoMedia = 401;
+ static const int OpFailedMediaBlank = 402;
+ static const int OpFailedMediaCorrupt = 403;
+ static const int OpFailedVolNotMounted = 404;
+ static const int OpFailedVolBusy = 405;
// 500 series - The command was not accepted and the requested
// action did not take place.