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

Commit ec15950c authored by Phil Burk's avatar Phil Burk
Browse files

aaudio: remove AAUDIO_ from clock ids for autodocs

Use CLOCK_MONOTONIC instead of AAUDIO_CLOCK_MONOTONIC

Bug: 63915257
Test: Look at the generated autodocs.
Change-Id: I856da9ba4139833bcaef6873e87a3ef58e6ace69
parent 5c2bdf6a
Loading
Loading
Loading
Loading
+1 −1
Original line number 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.
 *
 * @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 timeNanoseconds pointer to a variable to receive the time
 * @return AAUDIO_OK or a negative error