diff options
| author | 2009-08-27 00:48:47 -0700 | |
|---|---|---|
| committer | 2009-08-27 05:58:10 -0700 | |
| commit | 327c27be19ad333c4835c84397152a0b2cb33081 (patch) | |
| tree | 829f4323a59b922a47f6e7a60750be8e2c64a089 /include/media/AudioSystem.h | |
| parent | 42b1648212d31dbc63518ca8379f145fef1efcb8 (diff) | |
Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music.
Add the possibility to delay routing and volume commands in AudioPolicyClientInterface. The delay is not blocking for the caller.
Diffstat (limited to 'include/media/AudioSystem.h')
| -rw-r--r-- | include/media/AudioSystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h index 1f726fe5356b..57f8102d5776 100644 --- a/include/media/AudioSystem.h +++ b/include/media/AudioSystem.h @@ -451,6 +451,7 @@ public: status_t get(const String8& key, String8& value); status_t getInt(const String8& key, int& value); status_t getFloat(const String8& key, float& value); + status_t getAt(size_t index, String8& key, String8& value); size_t size() { return mParameters.size(); } |