commit | c2805849c53246c918b51f635434d9ab81014c41 | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@android.com> | Thu Oct 11 08:19:20 2012 -0700 |
committer | The Android Automerger <android-build@android.com> | Thu Oct 11 08:19:20 2012 -0700 |
tree | 4cce1ee701e5656d94ba62d36862ab3c591fc350 | |
parent | 20c7f50cd5d60ee7d76f2f502866187992e7675b [diff] | |
parent | 4ba4655ec32f17298d3c6e43640a44dca344b921 [diff] |
merge in jb-mr1-factory-release history after reset to jb-mr1-dev
diff --git a/include/hardware/audio_policy.h b/include/hardware/audio_policy.h index 6dd5fd7..9e145f8 100644 --- a/include/hardware/audio_policy.h +++ b/include/hardware/audio_policy.h
@@ -232,6 +232,9 @@ audio_stream_type_t stream, uint32_t in_past_ms); + bool (*is_source_active)(const struct audio_policy *pol, + audio_source_t source); + /* dump state */ int (*dump)(const struct audio_policy *pol, int fd); };