summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-01 07:32:24 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-01 07:32:24 +0000
commitde561a4f6bf9815bc9898b9a6adb5a7d98c0860a (patch)
tree9ca84f27cca5563f3c5bce835712f6d5e6e333a9
parent296f11919f05a017fb37f274e202c6cc4b723079 (diff)
parent959c3827e9b2856997fdb0d4de62e4c17313f275 (diff)
downloadandroid_system_media-de561a4f6bf9815bc9898b9a6adb5a7d98c0860a.tar.gz
android_system_media-de561a4f6bf9815bc9898b9a6adb5a7d98c0860a.tar.bz2
android_system_media-de561a4f6bf9815bc9898b9a6adb5a7d98c0860a.zip
release-request-e5546013-e96c-4ee5-90aa-42a79d072375-for-git_oc-dr1-release-4057695 snap-temp-L89700000069427448
Change-Id: Ibc87ce5f1e221f64480fe8494d71d554314c3390
-rw-r--r--audio_utils/include/audio_utils/PowerLog.h1
-rw-r--r--audio_utils/include/audio_utils/fifo_index.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/audio_utils/include/audio_utils/PowerLog.h b/audio_utils/include/audio_utils/PowerLog.h
index 1f5a8b7c..8ff766b6 100644
--- a/audio_utils/include/audio_utils/PowerLog.h
+++ b/audio_utils/include/audio_utils/PowerLog.h
@@ -143,6 +143,7 @@ void power_log_log(power_log_t *power_log, const void *buffer, size_t frames, in
*
* \param power_log object returned by create, if NULL nothing happens.
* \param fd file descriptor to use.
+ * \param prefix displayed at start of each line.
* \param lines maximum number of lines to output (0 disables).
* \param limit_ns limit dump to data more recent than limit_ns (0 disables).
* \return
diff --git a/audio_utils/include/audio_utils/fifo_index.h b/audio_utils/include/audio_utils/fifo_index.h
index 1b8401f3..9d2ab517 100644
--- a/audio_utils/include/audio_utils/fifo_index.h
+++ b/audio_utils/include/audio_utils/fifo_index.h
@@ -52,6 +52,7 @@ public:
* Wait for value of index to change from the specified expected value.
*
* \param op Either FUTEX_WAIT or FUTEX_WAIT_PRIVATE.
+ * \param expected Current/expected value of index.
* \param timeout Indicates the maximum time to block while waiting for value to change.
* NULL means to block forever.
* Time is expressed as relative CLOCK_MONOTONIC.