Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 867385be authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

Merge "aaudio: remove AAUDIO_ from clock ids for autodocs" into oc-mr1-dev

am: 92f48fc7

Change-Id: I09cbc7b1ffca8fa109fa70d0343e410420134368
parents bd014e4f 92f48fc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -793,7 +793,7 @@ AAUDIO_API int64_t AAudioStream_getFramesRead(AAudioStream* stream);
 * The position and time passed back are monotonically increasing.
 * The position and time passed back are monotonically increasing.
 *
 *
 * @param stream reference provided by AAudioStreamBuilder_openStream()
 * @param stream reference provided by AAudioStreamBuilder_openStream()
 * @param clockid AAUDIO_CLOCK_MONOTONIC or AAUDIO_CLOCK_BOOTTIME
 * @param clockid CLOCK_MONOTONIC or CLOCK_BOOTTIME
 * @param framePosition pointer to a variable to receive the position
 * @param framePosition pointer to a variable to receive the position
 * @param timeNanoseconds pointer to a variable to receive the time
 * @param timeNanoseconds pointer to a variable to receive the time
 * @return AAUDIO_OK or a negative error
 * @return AAUDIO_OK or a negative error