diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-25 14:49:07 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-25 14:49:07 -0700 |
| commit | f5b4596a383b6ab83f92edecfe054e80b555c2d0 (patch) | |
| tree | 76f91ae57eadbd3944c6368c9ff571534097ce54 /libs/rs/rsThreadIO.h | |
| parent | c69a8807f3aae255c9fe61c4f61bc1ebdd355543 (diff) | |
| download | frameworks_base-f5b4596a383b6ab83f92edecfe054e80b555c2d0.zip frameworks_base-f5b4596a383b6ab83f92edecfe054e80b555c2d0.tar.gz frameworks_base-f5b4596a383b6ab83f92edecfe054e80b555c2d0.tar.bz2 | |
Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo.
Diffstat (limited to 'libs/rs/rsThreadIO.h')
| -rw-r--r-- | libs/rs/rsThreadIO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index 4aab1b4..1f6a0c2 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h @@ -31,6 +31,8 @@ public: ThreadIO(); ~ThreadIO(); + void shutdown(); + // Plays back commands from the client. // Returns true if any commands were processed. bool playCoreCommands(Context *con, bool waitForCommand); |
