commit | 8c0ee6567b3c874dd472843eb7918ae68d1b9739 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Aug 25 14:49:07 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Aug 25 14:49:07 2009 -0700 |
tree | e82b8528e5dfa1172f89c9668e82d4ebe6becea8 | |
parent | afcb25c65e8145d15aaf50a0ca38333954a97000 [diff] [blame] |
Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo.
diff --git a/rsThreadIO.cpp b/rsThreadIO.cpp index 4a1dbbb..db4bb81 100644 --- a/rsThreadIO.cpp +++ b/rsThreadIO.cpp
@@ -30,6 +30,11 @@ { } +void ThreadIO::shutdown() +{ + mToCore.shutdown(); +} + bool ThreadIO::playCoreCommands(Context *con, bool waitForCommand) { bool ret = false;