OSDN Git Service

Fix Doxygen warnings
authorGlenn Kasten <gkasten@google.com>
Wed, 31 May 2017 14:49:50 +0000 (07:49 -0700)
committerGlenn Kasten <gkasten@google.com>
Wed, 31 May 2017 14:49:50 +0000 (07:49 -0700)
Test: 'doxygen' in directory system/media/audio_utils
Change-Id: I0f9e0921009e20be27f6e47863535ec7fb37e748

audio_utils/include/audio_utils/PowerLog.h
audio_utils/include/audio_utils/fifo_index.h

index 1f5a8b7..8ff766b 100644 (file)
@@ -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
index 1b8401f..9d2ab51 100644 (file)
@@ -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.